690 views

Please log in or register to answer this question.

Related questions

0 0 votes
0 0 answers
1.5k
1.5k views
Frenzy asked Apr 27, 2022
1,521 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...
1 1 vote
1 1 answer
1.2k
1.2k views
mxus asked Oct 21, 2019
1,163 views
What kind of algorithm would best for following problem.I try to forecast reservation of different kind of tables. Let's say I have 100 different tables, which are reserv...
3 3 votes
1 1 answer
978
978 views
Neo asked Oct 7, 2018
978 views
I am wondering why should we use machine learning instead of deep learning. We know that deep learning is very powerful. Anything which machine learning algorithm can do ...
0 0 votes
1 1 answer
1.3k
1.3k views
tofighi asked Feb 18, 2020
1,327 views
Is there any proper way to combine multiple classifiers and their parameter grids in one Pipeline?
2 2 votes
1 1 answer
907
907 views