Skip to content
Snippets Groups Projects
Commit 66f856bc authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 92d05ee7
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ from sklearn.tree import export_graphviz
# The independent variables (features) we want to use:
# feature_params = ['cld_temp_acha', 'supercooled_cloud_fraction', 'cld_reff_dcomp', 'cld_opd_dcomp', 'cld_cwp_dcomp']
# feature_params = ['cld_temp_acha', 'supercooled_cloud_fraction', 'cld_reff_dcomp', 'cld_opd_dcomp']
feature_params = ['cld_temp_acha', 'supercooled_cloud_fraction', 'cld_reff_acha', 'cld_opd_acha']
feature_params = ['cld_temp_acha', 'supercooled_cloud_fraction', 'cld_reff_dcomp', 'cld_opd_dcomp']
# feature_params = ['cld_temp_acha', 'supercooled_cloud_fraction', 'cld_reff_acha', 'cld_opd_acha']
# The dependent variable (target)
target_param = 'icing_intensity'
......
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