[scikit-learn] Regarding Adaboost classifier

2017-03-17 Thread Afzal Ansari
Hello Developers! I am currently working on feature extraction method which is based on Haar features for image classification. I am unable to find pure implementation of adaboost classifier algorithm on the internet even on scikit learn web. I need to train the classifier using adaboost classifie

[scikit-learn] (no subject)

2017-03-17 Thread Carlton Banks
I am currently struggling with getting good results with my CNN in which i decided to optimize parameter using grid search. I am currently trying to use scikit-learn GridSearchCV. def create_model(init_mode='uniform',activation_mode='linear',optimizer_mode="adam", activation_mode_conv = '

[scikit-learn] Intermediate results using gridsearchCV?

2017-03-17 Thread Carlton Banks
Is it possible to receive intermediate the intermediate result of a gridsearchcv? instead getting the final result? ___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn