This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A data scientist wants to use automated machine learning to find the model with the best AUC_weighted metric. Which parameter of the classification function should be configured?
task='AUC_weighted'
target_column_name='AUC_weighted'
primary_metric='AUC_weighted'
A data scientist has preprocessed the training data and wants to use automated machine learning to quickly iterate through various algorithms. The data shouldn't be changed. Which featurization mode should they use?
auto
custom
off
You want to train a diabetes classification model with the scikit-learn library. You want to focus on experimenting with the model, and minimize the effort needed to log the model's results. Which logging method should you use?
Autologging
Custom logging
A combination of autologging and custom logging.
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?