diff --git a/odtlearn/fair_oct.py b/odtlearn/fair_oct.py index 4939818..d99e2c7 100644 --- a/odtlearn/fair_oct.py +++ b/odtlearn/fair_oct.py @@ -57,9 +57,9 @@ class FairConstrainedOCT(ConstrainedOCT): Extract metadata from the input data. _define_objective() Define the objective function for the MIP problem. - :meth:`fit `(X, y, protect_feat, legit_factor) + fit(X, y, protect_feat, legit_factor) Fit the fair constrained optimal classification tree on the given data. - :meth:`predict `(X) + predict(X) Predict the class labels for the given input data using the fitted model. Notes