Login using Social Account
     Continue with GoogleLogin using your credentials
As the data preparation is over, let us now train a few Machine Learning(ML) models.
We will be training the following ML models:
Softmax Regression (multi-class LogisticRegression)
RandomForestClassifier
Ensemble (with soft voting)
Please perform the below steps:
(1) Import accuracy_score from SKLearn
from <<your code comes here>> import accuracy_score
(2) Import precision_score and recall_score from SKLearn
from <<your code comes here>> import precision_score, recall_score
(3) Import f1_score from SKLearn
from <<your code comes here>> import f1_score
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...