Skip to content

Instantly share code, notes, and snippets.

@orico
Created April 18, 2018 14:58
Show Gist options
  • Save orico/626834817c920a5bf7c382179514464d to your computer and use it in GitHub Desktop.
Save orico/626834817c920a5bf7c382179514464d to your computer and use it in GitHub Desktop.
Al-performance_plot2
print('So which is the best sample selection function? margin sampling is the winner!')
performance_plot(random_forest_upper_bound, d, ['RfModel'], selection_functions_str , Ks_str, 1)
print()
print('So which is the best k? k=10 is the winner')
performance_plot(random_forest_upper_bound, d, ['RfModel'] , ['MarginSamplingSelection'], Ks_str, 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment