Building Data Science — Solutions With Anaconda !link!

Building Data Science — Solutions With Anaconda !link!

conda search pandas (e.g., conda-forge, which often has newer packages):

model = RandomForestClassifier() model.fit(X, y) building data science solutions with anaconda

conda env remove -n old-env

Notification
This is just an example, you can fill it later with your own note.
Done