-
Let's discuss here which functions the package should provide.
Based on the paper, I think the following are a must-have:
- [ ] `sledge_descriptors(X, labels, minimum_support=0)`: given a data …
verri updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
I would like to know if it is possible to upgrade `sklearn` to `0.25` or higher.
Because I got the warning when I use some metric:…
-
### Describe the bug
Due to the additional validation in #6626, `OneVsOneClassifier` cannot be used with custom types that work like arrays but cannot be converted to arrays. In my case I am the main…
-
Suggested feature request. And I'm happy to try implement if proposal is accepted.
Use case: I use FracdiffStat within a sklearn pipeline. Using `ColumnTransformer` I separately transform categoric…
-
Hello,
Firstly, thank you very much for this amazing library.
Secondly, I'm trying to use the Symbolic Classifier for multiclass classifications and it just returns me an error - is there any inte…
razla updated
4 years ago
-
Hi! I tried to run the very simple example from the Usage section:
```
from hpsklearn import HyperoptEstimator, any_classifier
from sklearn.datasets import load_iris
from hyperopt import tpe
im…
-
#### Describe the workflow you want to enable
Since numpy version 1.17.0, `np.random.RandomState` can accept the `._bit_generator` attribute as input in the constructor. This can be a plus for those …
-
My repo contains 3 Python projects in a "projects" dir, and I'm running `pytest --cov=packageA projects/packageA/tests` (for each of the 3 projects). The 2nd project in the test sequence (so the 2nd `…
-
@mtsokol
https://github.com/BCG-X-Official/facet/issues/374 related.
Thank you. I have modified your code and considered non-linear models such as KernelRidge.
However, KernelRidge is natura…
-
Implementing a Dynamic CDIs class based on `FIGS`.
TODOs:
- [ ] Implement a sklearn compatible class named `D-FIGS` in a new file `imodels/tree/dynamic_figs.py`
- [ ] Write a test using the [PEC…