Python-ELM
Python-ELM copied to clipboard
Extreme Learning Machine implementation in Python
Please tell me how can i use it for my datasets. what steps are require to implement it.
Hi I recently needed to predict the class probabilities instead of the class labels. So I wrote a predict_proba() method, sticking to the convention used in other scikit classifiers. I...
Hi Thanks for the code. The function atleast2d_or_csr() used in random_layer.py does not seem to be available any more with the new scikit-learn 0.17.0 I managed to work around this...
The sklearn utils no longer supports atleast2d_or_csr function.
Fix issue with later versions of sklearn not including atleast2d_or_csr