lrtree.predict

Predict, predict_proba and precision methods for the Lrtree class

Functions

precision(self, X_test, y_test)

Scores the precision of the prediction on the test set

predict(self, X)

Predicts the labels for new values using previously fitted lrtree object

predict_proba(self, X)

Predicts the probability of the labels for new values using previously fitted lrtree object