Popular repositories
-
handson-ml Public
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
handson-ml2 Public
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
-
tf2_course Public
Notebooks for my "Deep Learning with TensorFlow 2 and Keras" course
-
tensorflow-safari-course Public
⛔️ DEPRECATED — Exercises and solutions to accompany my Safari course introducing TensorFlow. -
awesome-tensorflow Public
Forked from jtoy/awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
242 contributions in the last year
Contribution activity
October 2021
Created 29 commits in 1 repository
Created an issue in scikit-learn/scikit-learn that received 3 comments
feature_names_in_ is not reset after calling fit() again with a NumPy array
Describe the bug
In Scikit-Learn 1.0.0, if you fit a OneHotEncoder with a Pandas DataFrame, it records the feature names in feature_names_in_. Grea…