You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a dataset of sales in auctions, we are about to classify and predict the "Stage" value which is either Won or Lost using scikit-learn library and algorithms such as decision tree, random forest, naïve Bayes, and KNN.
About
Given a dataset of sales in auctions, we are about to classify and predict the "Stage" value which is either Won or Lost using scikit-learn library and algorithms such as decision tree, random forest, naïve Bayes, and KNN.