-
Makes me think it would be nice to be able to skip specific part of the CI.
Now we can either run all of CI (test + doc) (with the option of donc a full build) or none of it.
It'd be nice to be …
-
```
Scikit-learn patching with daal4py is deprecated and will be removed in the future.
Use Intel(R) Extension for Scikit-learn* module instead (pip install scikit-learn-intelex).
To enable patchin…
-
#### Describe the issue linked to the documentation
There is some discussion going on about the usefulness of some (if not all) over / under sampling methods implemented in the imbalanced learn pac…
-
It's now a mandatory dependency:
```
Traceback (most recent call last):
File "/home/blue/Scratchpad/work/agc/analysis-grand-challenge/analyses/cms-open-data-ttbar/ttbar_analysis_pipeline.py", l…
-
hello there i came across your app and it seems good project. So i was trying to setup it.
Cleint was working fine but i am facing some issue in backend
Error:
```
File "C:\Users\Kishor\Downl…
-
Through Python 3.6 and scikit-learn, the model will predict the language of new data. Steps include data preprocessing, feature extraction, model training, and evaluation. Techniques like tokenization…
-
Hi,
First, I installed the library as follows (in colab) :
!pip install omnixai
But, when I try to do something as simple as:
from omnixai.explainers.vision import VisionExplainer
I g…
-
the dependencies should be upgraded
-
to check for compatibility with scikit-learn (https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/utils/estimator_checks.py).
From the docs:
```python
Check if estimator adheres …
-
I have noticed that PySurvival does not really follow the priniciples of scikit-learn. Starting with the fact that you input X, T, E, instead of X, y. Further GridSearchCV cannot be used because of th…