Skip to content

Commit

Permalink
Update _classes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiderSultanArc authored Sep 4, 2023
1 parent 30625dd commit b428c52
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions ivy/functional/frontends/sklearn/tree/_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ def _support_missing_values(self, X):
def _compute_missing_values_in_feature_mask(self, X):
raise NotImplementedError

def _support_missing_values(self, X):
raise NotImplementedError

def _compute_missing_values_in_feature_mask(self, X):
raise NotImplementedError

def _fit(
self,
X,
Expand All @@ -68,16 +62,6 @@ def _fit(
def _validate_X_predict(self, X, check_input):
raise NotImplementedError


def predict(self, X, check_input=True):
raise NotImplementedError

def apply(self, X, check_input=True):
raise NotImplementedError

def _validate_X_predict(self, X, check_input):
raise NotImplementedError

def predict(self, X, check_input=True):
raise NotImplementedError

Expand All @@ -90,13 +74,6 @@ def decision_path(self, X, check_input=True):
def _prune_tree(self):
raise NotImplementedError


def cost_complexity_pruning_path(self, X, y, sample_weight=None):
raise NotImplementedError

def _prune_tree(self):
raise NotImplementedError

def cost_complexity_pruning_path(self, X, y, sample_weight=None):
raise NotImplementedError

Expand Down

0 comments on commit b428c52

Please sign in to comment.