Seach the website
Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Courses
Feedback
Recent questions tagged scikit-learn
0
0 votes
0
0 answers
1.5k
1.5k views
Kmeans clustering in python - Giving original labels to predicted clusters
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...
Frenzy
120
points
2
2
4
asked
Apr 27, 2022
Machine Learning
python
machine-learning
clustering
scikit-learn
+
–
0
0 votes
1
1 answer
1.3k
1.3k views
Can I use a single Pipeline for multiple estimators in scikit-learn?
Is there any proper way to combine multiple classifiers and their parameter grids in one Pipeline?
tofighi
116k
points
73
79
101
asked
Feb 18, 2020
Machine Learning
machine-learning
pipeline
sklearn
scikit-learn
+
–
1
1 vote
2
answers
2 answers
12.2k
12.2k views
score() vs accuracy_score() in sklearn
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...
kaADSS
230
points
2
2
6
asked
Jan 21, 2020
Machine Learning
machine-learning
sklearn
scikit-learn
+
–
2
2 votes
1
1 answer
839
839 views
Python Machine Learning: Scikit-Learn Tutorial
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...
cbarbisan
180
points
3
3
7
asked
Jan 31, 2019
Machine Learning
machine-learning
scikit-learn
+
–
3
3 votes
1
1 answer
808
808 views
What is the difference between normalization and feature scaling
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...
Neo
660
points
10
12
17
asked
Oct 14, 2018
Machine Learning
machine-learning
scikit-learn
normalization
feature-scaling
+
–
2
2 votes
1
1 answer
3.5k
3.5k views
What is the fastest way to learn scikit-learn?
I know Python and I am looking for the fastest way or a quick tutorial to learn how start using scikit-learn library.
askdatascience
1.0k
points
12
13
16
asked
Sep 25, 2018
Machine Learning
machine-learning
scikit-learn
programming
cheat-sheet
reference
+
–
1
1 vote
1
1 answer
2.2k
2.2k views
What is the best roadmap to choose the right estimator in scikit-learn?
I am looking for a roadmap for choosing the right estimator in scikit-learn
tofighi
116k
points
73
79
101
asked
Sep 25, 2018
Machine Learning
machine-learning
scikit-learn
refs
reference
cheat-sheet
+
–
To see more, click for the
full list of questions
or
popular tags
.