Skip to content
Snippets Groups Projects
Commit 480bf3e2 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 265f4743
Branches
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ def get_feature_target_data(data_frame, standardize=True): ...@@ -83,7 +83,7 @@ def get_feature_target_data(data_frame, standardize=True):
# The independent variables (features) we want to use: # The independent variables (features) we want to use:
params = ['cld_temp_acha', 'conv_cloud_fraction', 'supercooled_cloud_fraction', 'cld_reff_dcomp', params = ['cld_temp_acha', 'conv_cloud_fraction', 'supercooled_cloud_fraction', 'cld_reff_dcomp',
'cld_opd_dcomp', 'iwc_dcomp'] 'cld_opd_dcomp', 'iwc_dcomp', 'cld_cwp_dcomp']
# Remove this column # Remove this column
icing_df = icing_df.drop('lwc_dcomp', axis=1) icing_df = icing_df.drop('lwc_dcomp', axis=1)
# Remove this column # Remove this column
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment