Learn R Programming

iai (version 1.7.0)

predict_proba: Return the probabilities of class membership predicted by a model for each point in the features

Description

Julia Equivalent: IAI.predict_proba

Usage

predict_proba(lnr, X)

Arguments

lnr

The learner or grid to use for prediction.

X

The features of the data.

Examples

Run this code
if (FALSE) iai::predict_proba(lnr, X)

Run the code above in your browser using DataLab