Last updated on 2024-11-23 20:48:19 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 3.62 | 38.64 | 42.26 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 3.65 | 28.49 | 32.14 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 74.17 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 67.02 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 7.00 | 69.00 | 76.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 4.42 | 36.95 | 41.37 | OK | |
r-release-linux-x86_64 | 1.0.0 | 4.70 | 37.80 | 42.50 | OK | |
r-release-macos-arm64 | 1.0.0 | 34.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 42.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 6.00 | 70.00 | 76.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 36.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 46.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 8.00 | 77.00 | 85.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘bagged.outliertrees-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: predict.bagged.outliertrees
> ### Title: Predict method for Bagged OutlierTrees
> ### Aliases: predict.bagged.outliertrees
>
> ### ** Examples
>
> library(bagged.outliertrees)
>
> ### example dataset with interesting outliers
> data(hypothyroid)
>
> ### fit a Bagged OutlierTrees model
> model <- bagged.outliertrees(hypothyroid,
+ ntrees = 10,
+ subsampling_rate = 0.5,
+ z_outlier = 6,
+ nthreads = 1
+ )
|
| | 0%
|
|======= | 10%
|
|============== | 20%
|
|===================== | 30%
|
|============================ | 40%
|
|=================================== | 50%
|
|========================================== | 60%
|
|================================================= | 70%
|
|======================================================== | 80%
|
|=============================================================== | 90%
|
|======================================================================| 100%>
> ### use the fitted model to find outliers in the training dataset
> outliers <- predict(model,
+ newdata = hypothyroid,
+ min_outlier_score = 0.5,
+ nthreads = 1
+ )
Error in serverSocket(port = port) :
creation of server socket failed: port 11149 cannot be opened
Calls: predict -> predict.bagged.outliertrees
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
bagged.outliertrees 0.571 0.075 8.695
Flavor: r-devel-linux-x86_64-debian-clang