-
A warning came out when model fitting rf:
```antares model_fit -model rf -p recipe_mex_L5_9596 -t bits_Oaxaca --region Oaxaca --name model_rf_oaxaca_L5_9596 --sample 1 --remove-outliers -extra n_es…
-
### Describe the feature or idea you want to propose
The [`PyODAdapter`](https://github.com/aeon-toolkit/aeon/blob/main/aeon/anomaly_detection/_pyodadapter.py) in aeon allows us to use any outlier …
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
in interpretability_module.py line 98:
max_depth = int(np.ceil(np.log2(iforest.max_samples)))
there is a bug here: if you train iforest model with parameters: max_samples = 1.0,iforest.max_samples…
-
**Describe the bug**
I have a problem using the UnsupervisedDetector models in a pipeline. I have tried a two different simple linear pipelines, one with a standardizer and LOFDetector and one with…
-
When I try to initialize the model (as per _Python API_ convention) using the below statement -
```
from pyspark_iforest.ml.iforest import IForest
iforest = IForest(
numTrees=100,
max…
-
Hi,
I'm using onnx converter for pyod Isolation forest
```
from onnxruntime import InferenceSession
from sklearn.preprocessing import MinMaxScaler
from skl2onnx.proto import onnx_proto
from skl2…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
when max_samples = 0.632 there's an error in remove_outliers of model :
https://github.com/CONABIO/antares3/blob/develop/madmex/modeling/__init__.py#L92
```
...
X, y = Model.remove_outlier…
-
Spark version: 2.3.2
Python: 3.6
> Exception ignored in:
> Traceback (most recent call last):
> File "/usr/hdp/current/spark-client/python/pyspark/ml/wrapper.py", line 105, in __del__
> …