API updates in Logistic Regression example #5770

Open
wants to merge 2 commits into
from

Conversation

Projects
None yet
1 participant

No description provided.

downes added some commits Jul 12, 2017

downes update sklearn calls to use latest API
Version 0.18 moved cross-validation to sklearn.model_selection - see http://scikit-learn.org/stable/whats_new.html#version-0-18
Version 0.17 deprecated class_weight="auto" in favor of class_weight="balanced"
af9d6bc
downes update deprecated pandas call
pd.scatter_matrix -> pd.plotting.scatter_matrix
4b98f06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment