Recent questions tagged scikit-learn

0 0 votes
0 0 answers
1.5k
1.5k views
I have a dataset with 7 labels in the target variable.X = data.drop('target', axis=1) Y = data['target'] Y.unique()array(['Normal_Weight', 'Overweight_Level_I', 'Overweig...
0 0 votes
1 1 answer
1.3k
1.3k views
Is there any proper way to combine multiple classifiers and their parameter grids in one Pipeline?
1 1 vote
2 answers 2 answers
12.2k
12.2k views
Hi,Since I still have confuse to use the score() and accuracy_score(), so I want to confirm my test assumption.Q1: score(), we use the split data to test the accuracy by...
2 2 votes
1 1 answer
839
839 views
Regarding the datacamp tutorial "Python Machine Learning: Scikit-Learn Tutorial", the author is considering the use cases that are relevant to the digits data set, so she...
3 3 votes
1 1 answer
808
808 views
I am wondering what is the difference between normalization and feature scaling and usually when working on a machine learning project what comes normalization or feature...
2 2 votes
1 1 answer
3.5k
3.5k views
I know Python and I am looking for the fastest way or a quick tutorial to learn how start using scikit-learn library.
1 1 vote
1 1 answer
2.2k
2.2k views
I am looking for a roadmap for choosing the right estimator in scikit-learn
To see more, click for the full list of questions or popular tags.