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

snapshot...

parent 2c7c2ff0
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ from sklearn.tree import export_graphviz
# The independent variables (features) we want to use:
params = ['cld_temp_acha', 'conv_cloud_fraction', 'supercooled_cloud_fraction', 'cld_reff_dcomp',
'cld_opd_dcomp', 'cld_cwp_dcomp']
# params = ['supercooled_cloud_fraction', 'cld_temp_acha']
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.
Finish editing this message first!
Please register or to comment