eurobios-mews-labs / palma

This library aims at providing tools for an automatic machine learning approach. As many tools already exist to establish one or the other component of an AutoML approach, the idea of this library is to provide a structure rather than to implement a complete service.
https://eurobios-mews-labs.github.io/palma/
Apache License 2.0
2 stars 5 forks source link

Deepchecks should not be an optional requirement #36

Open mancellin opened 6 months ago

mancellin commented 6 months ago
$ pip install palma
$ python -c 'import palma'
[...]
ModuleNotFoundError: No module named 'deepchecks'

(Palma 2024.1.2)