Skip to content
Snippets Groups Projects
Commit 9657e99d authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 9e91446b
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ def get_feature_target_data(csv_file, reduce_frac=1.0, random_state=42, standard
icing_df = icing_df.dropna()
print('NaN removed num obs, features: ', icing_df.shape)
# icing_df = icing_df[icing_df.cld_temp_acha < 273.5]
# icing_df = icing_df[icing_df.cld_temp_acha < 273.10]
x = np.asarray(icing_df[params])
if standardize:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment