CelestinoXP

Results 130 comments of CelestinoXP

distutils will no longer available by default in python 3.12. Pycaret have a reference here pycaret/utils/_dependencies.py. The only way to support it its install setuptools package, the maaybe a good...

With this update, maybe a good idea bump version to pycaret 3.5 or still 3.4 because is not lauched (in pip and conda) yet?

python 3.7 should not be supported by pycaret 3.0.4 according to the version description. Pycaret only supports versions between Python 3.8 and 3.10. - I advise creating a new environment,...

i think automatically closed... https://github.com/pycaret/pycaret/pull/3747 if you interested, reopen it, or create a new PR with your changes...

@showkeyjar There may be some conflict in the packages and possible interference in the results... do you have any solution? Can you create a pull-request?

> Wouldn't converting to pandas remove any benefit from using polars in the first place? i can work on this, but i'm not sure how can we do... any ideas?

@keitazoumana Can you help us know how we can use dataset type checking without having to repeat thousands of lines of code? Thanks