Skip to content
Snippets Groups Projects
Commit dfa2e395 authored by Chris's avatar Chris
Browse files

Added missing plot

parent 59030df9
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ train(dtc2)
features = pd.DataFrame(dtc2.feature_importances_,
index= X.columns,
columns=['Importance']).sort_values(by='Importance', ascending=False)
plot_features(features, model_name=model_name)
plot_features(features, model_name=model_name + "2")
def predict(prediction_input):
if len(prediction_input) == 0:
......
code/machine_learning_models/resulting_figures/Decision Tree - Feature Importance.png

338 KiB | W: | H:

code/machine_learning_models/resulting_figures/Decision Tree - Feature Importance.png

361 KiB | W: | H:

code/machine_learning_models/resulting_figures/Decision Tree - Feature Importance.png
code/machine_learning_models/resulting_figures/Decision Tree - Feature Importance.png
code/machine_learning_models/resulting_figures/Decision Tree - Feature Importance.png
code/machine_learning_models/resulting_figures/Decision Tree - Feature Importance.png
  • 2-up
  • Swipe
  • Onion skin
code/machine_learning_models/resulting_figures/Decision Tree2 - Feature Importance.png

338 KiB

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