Skip to content

Commit

Permalink
Remove unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Sep 28, 2024
1 parent 3e22178 commit 4aa028a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quantile_forest/_quantile_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ def __init__(
}
super().__init__(**init_dict)

self.param_validation = hasattr(self, "_parameter_constraints")

def fit(self, X, y, sample_weight=None, sparse_pickle=False):
"""Build a forest from the training set (X, y).
Expand Down

0 comments on commit 4aa028a

Please sign in to comment.