Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Sep 9, 2024
1 parent 406abfd commit 483b318
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion treeple/_lib/sklearn_fork
2 changes: 0 additions & 2 deletions treeple/ensemble/_unsupervised_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ def fit(self, X, y=None, sample_weight=None):
self : object
Returns the instance itself.
"""
self._validate_params()

# Validate or convert input data
X = validate_data(
self,
Expand Down

0 comments on commit 483b318

Please sign in to comment.