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
in chapter07 on page 187 you talk in the text about predict_proba()
however in the source code of the notebook you directly then use predict()
after reading the whole paragraph the intention becomes then clear, however in the first place it is a bit irritating.
Maybe you can describe shortly both semantics and the approach to first find out which class (via predict()) and then detail each class (with the predcit_proba) method.
predict() is used to predict the actual class predict_proba() is used to predict the class probabilities
The text was updated successfully, but these errors were encountered:
bmerkle
changed the title
chapter07: predict() and predict_proba() are mixed up in text/sourcecode
chapter07: document semantic of predict() _and_ predict_proba()
Jan 5, 2025
bmerkle
changed the title
chapter07: document semantic of predict() _and_ predict_proba()
chapter07: document semantic of predict() AND predict_proba()
Jan 5, 2025
Uh oh!
There was an error while loading. Please reload this page.
in chapter07 on page 187 you talk in the text about
predict_proba()
however in the source code of the notebook you directly then use
predict()
after reading the whole paragraph the intention becomes then clear, however in the first place it is a bit irritating.
Maybe you can describe shortly both semantics and the approach to first find out which class (via predict()) and then detail each class (with the predcit_proba) method.
predict()
is used to predict the actual classpredict_proba()
is used to predict the class probabilitiesThe text was updated successfully, but these errors were encountered: