From 1dc485886f98f178869e8049e274a7d7be5dbe93 Mon Sep 17 00:00:00 2001 From: Patrick Vossler Date: Wed, 19 Jun 2024 21:49:03 -0700 Subject: [PATCH] Update fair_oct.py --- odtlearn/fair_oct.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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