Note
Click here to download the full example code
from sklearn.ensemble import AdaBoostClassifier from deepchecks.tabular.checks import ModelInfo
clf = AdaBoostClassifier(learning_rate=1.2) ModelInfo().run(clf)
Total running time of the script: ( 0 minutes 0.041 seconds)
Gallery generated by Sphinx-Gallery
previous
Model Inference Time
next
Multi Model Performance Report