koaning / human-learn

Natural Intelligence is still a pretty good idea.
https://koaning.github.io/human-learn/
MIT License
796 stars 54 forks source link

seems like the package doesn't run on jupyter notebook with py 3.12 at all. #81

Open TsabarM opened 11 months ago

TsabarM commented 11 months ago

for example the 01-function-classifier.ipynb is not working at all error like: AttributeError: 'FunctionClassifier' object has no attribute 'classes_'

and the parallel_coordinates(df, label="survived", height=200) command doesn't present the lines of the lables prediction.

why is that?

koaning commented 11 months ago

I would need to check that. Just to check, can you confirm that it does work on Python 3.11?

TsabarM commented 1 month ago

It works on 3.10. but not as expected. the plots of parallel_coordinates is not as shown in the toutorial.