From 9657e99d2ffe9ad3f80e797903402ee6716170a8 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 6 May 2024 15:19:20 -0500
Subject: [PATCH] snapshot...

---
 modules/machine_learning/classification.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/machine_learning/classification.py b/modules/machine_learning/classification.py
index fcbf6c26..f35aaa9b 100644
--- a/modules/machine_learning/classification.py
+++ b/modules/machine_learning/classification.py
@@ -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:
-- 
GitLab