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

snapshot...

parent bc401d65
Branches
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ from sklearn.tree import export_graphviz
# The independent variables (features) we want to use:
params = ['cld_temp_acha', 'supercooled_cloud_fraction', 'cld_reff_dcomp', 'cld_opd_dcomp', 'cld_cwp_dcomp']
# params = ['cld_temp_acha', 'supercooled_cloud_fraction', 'cld_reff_dcomp', 'cld_opd_dcomp']
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