Skip to content

Commit

Permalink
cleaning up code
Browse files Browse the repository at this point in the history
  • Loading branch information
SamChou05 committed Dec 3, 2024
1 parent 3b3b645 commit 0529ff7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions afqinsight/nn/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,10 @@ def prep_pytorch_data(dataset):
Returns:
tuple:
The PyTorch dataset,
the training data loader,
the test data loader,
and the validation data loader.
PyTorch dataset,
Training data loader,
Test data loader,
Validation data loader.
"""
dataset.drop_target_na()
imputer = dataset.model_fit(SimpleImputer(strategy="median"))
Expand Down

0 comments on commit 0529ff7

Please sign in to comment.