ageron / handson-ml

⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
Apache License 2.0
25.18k stars 12.92k forks source link

Chapter 2 #634

Closed KingaTeklak closed 3 years ago

KingaTeklak commented 3 years ago

Hi, I have a problem with CategoricalEncoder class. Screenshot from 2021-07-25 19-43-03

Thank you for Your help ;)

ageron commented 3 years ago

Hi @KingaTeklak , Thanks for your question, and sorry for the late reply.

Scikit-Learn has evolved since the first edition, and the CategoricalEncoder class is no longer available. Please use the notebooks for the 2nd edition of my book, as they are up-to-date and they include some useful notes about the changes since the 1st edition. For example, here's the note regarding the CategoricalEncoder:

image

KingaTeklak commented 3 years ago

Hi, I've already found that :) Thank you for your help.

Regards, Kinga Teklak

czw., 7 paź 2021, 06:02 użytkownik Aurélien Geron @.***> napisał:

Hi @KingaTeklak https://github.com/KingaTeklak , Thanks for your question, and sorry for the late reply.

Scikit-Learn has evolved since the first edition, and the CategoricalEncoder class is no longer available. Please use the notebooks for the 2nd edition of my book https://colab.research.google.com/github/ageron/handson-ml2, as they are up-to-date and they include some useful notes about the changes since the 1st edition. For example, here's the note regarding the CategoricalEncoder:

[image: image] https://user-images.githubusercontent.com/76661/136318227-65708d58-abf0-4f77-8579-bfe4ffeee93b.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ageron/handson-ml/issues/634#issuecomment-937424720, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR3SNXGJ4SGXBD74L67VXHDUFULWTANCNFSM5A6X6RUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

ageron commented 3 years ago

Cool, I'm glad you found the solution! 👍