Erdogan

Results 237 comments of Erdogan

Yes sure! A bit of refactoring sounds great 👍

Thank you! This is possible. See for more information [here](https://erdogant.github.io/clusteval/) at the docs for the input parameters. ``` from clusteval import clusteval clusteval.silhouette() clusteval.dbindex() clusteval.derivative() ```

Can you check the following versions? ``` # Version matplotlib should be >= 3.3.4 import matplotlib print(matplotlib.__version__) 3.10.0 # Version pgmpy import pgmpy print(pgmpy.__version__) 0.1.25 # Latest version numpy import...

I am closing this issue. Let me know if something still breaks on your machine.

Can you show your issue with an example?

Which version of blearn are you using? import bnlearn bnlearn.__ version __

Thats correct. Updating to the latest version of pgmpy has many incompatibility issues and requires installing a large number of AI-packages. Therefore I did froze the installation of pgmpy. When...

I like the idea but the code is not build in such a manner to easily filter on datetime. Each item has its own list of time in state. As...

Thank you for writing this issue! I've now limited the installation of numpy to versions below 2.0.0 in both the requirements and pyproject.toml files. I’ll need to resolve compatibility issues...

I created a major update where I fixed all issues related to numpy 2.x.x All charts work now in the 1.x.x. and 2.x.x version of numpy in the latest version...