Skip to content

Commit

Permalink
Dropped NaNs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 9, 2024
1 parent 65505d1 commit d7ea1f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/preprocessed.dvc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
outs:
- md5: 4d54e5afdc5cc66f82234c9738f75aa0.dir
size: 6071861
- md5: 34b7b7a80c1b5d66d86e05a7978b83e9.dir
size: 5882269
nfiles: 4
hash: md5
path: preprocessed
2 changes: 1 addition & 1 deletion src/data/make_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def process_data(input_filepath_users, input_filepath_caract, input_filepath_pla
df = drop_columns(df)

# Drop lines with NaN values
#df = drop_lines_with_nan_values(df)
df = drop_lines_with_nan_values(df)

# Split data into training and testing sets
X_train, X_test, y_train, y_test = split_data(df)
Expand Down

0 comments on commit d7ea1f1

Please sign in to comment.