-
When attempting to run the provided example script, I receive an error stating that "No module named 'sklearn' "
When running "pip install sklearn", I receive another long error in red text stating…
-
### Describe the workflow you want to enable
In some cases, it is nice to compare a machine learning classifier with experimental data using ROC or Precision-Recall Curves. For (e.g.) a logarithmic r…
-
When running a script which is using the following libraries
```
import os
import sys
import json
import numpy as np
import pandas as pd
import logging
import tensorflow as tf
from sklearn.…
-
**Is your feature request related to a problem? Please describe.**
I think adding an integration/tutorial and the right documentation of the [framework](https://github.com/ploomber/sklearn-evaluation…
-
## Description
Add the ability to specify the maximum number of dimensions to include in the polynomial features combinations generated by [`sklearn.preprocessing.PolynomialFeatures`](https://scikit-…
-
## Description
When using LGBMClassifier to train a model that is stopped by early stopping and the predict_proba method is called with a value for 'num_iteration' greater than the value stored in th…
-
Many examples fit `sklearn.covariance.GraphLassoCV`. We can rely on `ConnectivityMeasure` instead. One drawback is that we will not be able to assess the `GraphLasso` attributes, such as the `alpha_`…
-
Heya,
When I try to run cryodrgn analyze on my higher resolution dataset (256) I am getting the below error.
2024-10-02 12:10:55 Perfoming principal component analysis...
Traceback (most r…
-
**Issue Summary**
NeuralNetwork class fails with multi class problems. Seems like this is an outstanding issue from hiive.
**Steps to Reproduce / Describe the Request**
Using multiclass dataset o…
-
Functions to cluster data on faster platforms would be something that I would guess, be useful to many people. This includes some techniques easily accessible though ulab, like pca through the linalg …