Skip to content

Commit

Permalink
Merge pull request #40 from rodrigo-veloso/feature_comment
Browse files Browse the repository at this point in the history
removed unnecessary comments
  • Loading branch information
barbarasilveiraf authored Jul 29, 2021
2 parents 8d19391 + e84701e commit 26f2261
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ def transform(self, df: pd.DataFrame):
if not self.fitted:
raise Exception("Not yet trained.")


#return self.selection.transform(df)
return df[self.selected_columns]

def inverse_transform(self, df: pd.DataFrame):
Expand All @@ -330,8 +328,6 @@ def inverse_transform(self, df: pd.DataFrame):
"""
pass

#return df

@staticmethod
def mean_abs_diff(X, y=None):
"""
Expand Down

0 comments on commit 26f2261

Please sign in to comment.