You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been engaging with your ML-For-Beginners project on GitHub and found it immensely helpful. Thank you for creating such valuable resources for beginners.
I would like to suggest a minor correction in the code found in this section. The existing code snippet:
produces a ValueError due to mismatched dictionary keys. The keys should be strings to match the data types in the 'Color' column. Here is the corrected code:
Dear Developers,
I've been engaging with your ML-For-Beginners project on GitHub and found it immensely helpful. Thank you for creating such valuable resources for beginners.
I would like to suggest a minor correction in the code found in this section. The existing code snippet:
produces a
ValueError
due to mismatched dictionary keys. The keys should be strings to match the data types in the 'Color' column. Here is the corrected code:Thank you for considering this correction.
Best regards,
Misaraty
The text was updated successfully, but these errors were encountered: