-
Hi, i'm trying to use pycaret in order to create multiple model : iforest and svm, concurrently, using multiple threads. But the pycaret seem to be not thread save. It is correct ? If pycaret can be u…
-
**Describe the bug**
After creating and saving an anomaly model with save_model, when I try to load this model and predict on unseen data (that has the same shape as the training data), I get a "Type…
-
I am getting a couple of errors when running plot models in the anomaly detection beginner tutorial. I am running this in Jupyter Notebook
# TSNE
Plot is empty
![image](https://user-images.gi…
-
ImportError: cannot import name 'six' from 'sklearn.externals'
-
Hello, is there anything available to identify/highlight what may be the features most probable to be triggering the outlier status?
thx!
-
I am using Jupyter Notebook to run the clustering example (beginner), but I get this error when I run the setup function
```python
exp_clu101 = setup(data, normalize = True,
i…
-
The following example takes an unreasonable amount of time to run:
```python
import numpy as np
from sklearn.ensemble import IsolationForest
from sklearn.datasets import fetch_rcv1
from scipy.spa…
-
Pycaret version 2.2.0
Data:
40 clusters
300 features type: float
Hi Team,
The vanilla usage of plot_model(kmeans) is erroring out.
I am getting following error:
```
/usr/local/lib/pytho…
-
Hello, I have saved a trained model and upon trying to load it I get the following error: [https://pastebin.com/raw/jG2BRSwV](https://pastebin.com/raw/jG2BRSwV)
`Traceback (most recent call last):
…
-
**Experiment 1**
- Pre-processing
- 5 datasets (proper ad dataset - read the paper)
- Dataset size = min(dataset_size, 5000) # for efficient computations
- Divide to train, validation and …