dclambert / Python-ELM

Extreme Learning Machine implementation in Python
Other
544 stars 258 forks source link

Module name and method changes has been done . #17

Open Danyson opened 5 years ago

Danyson commented 5 years ago

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 commented 5 years ago

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).