Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Module name and method changes has been done . #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Danyson
Copy link

@Danyson Danyson commented May 4, 2019

1A. Changed the atleast2d_or_csr method in (from sklearn.utils import check_random_state, atleast2d_or_csr ) to (from sklearn.utils import check_random_state,check_array).

1B. 91 and 110 th line of random_layer.py.

2.Changed the cross_validation module from (from sklearn.cross_validation import train_test_split) to (from sklearn.model_selection import train_test_split).

@Danyson
Copy link
Author

Danyson commented May 4, 2019

1A. Changed the atleast2d_or_csr method in (from sklearn.utils import check_random_state, atleast2d_or_csr ) to (from sklearn.utils import check_random_state,check_array).

1B. 91 and 110 th line of random_layer.py.

2.Changed the cross_validation module from (from sklearn.cross_validation import train_test_split) to (from sklearn.model_selection import train_test_split).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant