Closed JensBlack closed 4 years ago
I add the part from the tutorial for future reference and readability. Quote from the Readme (Generic SimBA Tutorial, 07.04.2020):
Generate Features Importance Log: Creates a .csv file that lists the importance's (gini importances) of all features for the classifier.
Generate Features Importance Bar Graph: Creates a bar chart of the top N features based on gini importances. Specify N in the N feature importance bars entry box below.
N feature importance bars: Integer defining the number of top features to be included in the bar graph (e.g., 15).
Thanks @JensBlack - as i think you got, the graph can't be created without the generate feature importance log
. I will look to add a feature in the GUI to grey the Generate Feature importance bar graph
out unless the generate feature importance log
is ticked.
Okay, with both options enabled and a valid value entered the bars plotted just fine. I will close this issue then.
Describe the bug After starting the training with the following settings, the error occured.
Additional context I guess this is an error based on the missing selection/toggle of "Generate Features Importance Log". Do you need to select both?