Manufacturing engineering turned into a ML engineer! Scikit-learn contributor.
Some of my favourite answers
- Validation curve for GridSearchCV
- Influence of normalization in linear regression
- How tf-idf works for character features in sklearn
- Understand RidgeClassifier of sklearn
- Creating dendrogram using correlation matrix
- How to use manhattan distance in spectral clustering
- Difference between
tfidf
implementation of sklearn and pyspark - How to use MLPclassifier as estimator for AdaBoosting
- Bored of Bagging and boosting! Try Decorate