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

snapshot...

parent 2c7c2ff0
Branches
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ from sklearn.tree import export_graphviz ...@@ -17,6 +17,7 @@ from sklearn.tree import export_graphviz
# 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', 'cld_cwp_dcomp'] 'cld_opd_dcomp', 'cld_cwp_dcomp']
# params = ['supercooled_cloud_fraction', 'cld_temp_acha']
def metrics(y_true, y_pred, y_pred_prob=None): def metrics(y_true, y_pred, y_pred_prob=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment