MattJBritton / ForestfortheTrees

Interactive visualization of ensemble ML algorithms (e.g. Gradient Boosting Classifiers) for explainable ML.
GNU General Public License v3.0
0 stars 0 forks source link

Add function to pre-generate components for all model sizes #6

Closed MattJBritton closed 5 years ago

MattJBritton commented 5 years ago

Need this to drive the data in play mode.

These should be stacked together in a single dataframe so that Altair can call them with a filter, as defined by the "number of trees" slider in play mode.

MattJBritton commented 5 years ago

Implemented with the load_cache_from_file() method