Swarmchart maximum diplay for shapley?
    8 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
I will draw a shapey model with Swarmchart. When I draw it, it shows a maximum of 10 predictors on the right axis. How can I increase it to 20?
Example;
swarmchart(explainer,'Class',1)
0 Kommentare
Akzeptierte Antwort
  Ive J
      
 am 13 Sep. 2024
        You can use NumImportantPredictors argument:
swarmchart(explainer, NumImportantPredictors=11)
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

