Model Info#

from sklearn.ensemble import AdaBoostClassifier

from deepchecks.tabular.checks import ModelInfo
clf = AdaBoostClassifier(learning_rate=1.2)
ModelInfo().run(clf)
Model Info


Total running time of the script: ( 0 minutes 0.041 seconds)

Gallery generated by Sphinx-Gallery