Skip to content

Commit

Permalink
update implementation to be more robust and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter committed Jun 5, 2024
1 parent 7f25d9b commit df317af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/autora/experimentalist/prediction_filter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@


def filter(
conditions: Union[pd.DataFrame, np.ndarray],
model: BaseEstimator,
filter_function: Callable,
conditions: Union[pd.DataFrame, np.ndarray],
model: BaseEstimator,
filter_function: Callable,
) -> pd.DataFrame:
"""
Filter conditions based on the expected outcome io the mdeol
Expand Down

0 comments on commit df317af

Please sign in to comment.