rapids/src/models
junos a6a37c7bd9 Drop NaN targets.
This mirrors INNER join in merge_features_and_targets_for_individual_model.py:

data = pd.concat([sensor_features, targets[["target"]]], axis=1, join="inner")
2022-04-12 17:01:49 +02:00
..
workflow_example Data cleaning (#166) 2021-11-19 10:34:36 -05:00
.gitkeep First commit 2019-10-22 13:11:01 -04:00
helper.py Extract a function to be used elsewhere. 2022-04-08 15:36:32 +02:00
merge_features_and_targets_for_population_model.py Add a rule to merge sensor and baseline features. 2022-04-08 15:42:04 +02:00
select_targets.py Drop NaN targets. 2022-04-12 17:01:49 +02:00