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

snapshot...

parent 265f4743
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ def get_feature_target_data(data_frame, standardize=True):
# The independent variables (features) we want to use:
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
icing_df = icing_df.drop('lwc_dcomp', axis=1)
# Remove this column
......
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