ExplainΒΆ
Sensitivity analysis
Perform sensitivity analysis to identify feature relevances
|
Perform a sensitivity analysis using the partial derivatives method. |
|
Plot results of the sensitivity analysis. |
Sparse linear model
Use sparse models to approximate classification/regression tasks
|
Perform sparse classification via LASSO on a given DictDataset (requires keys: "data" and "labels"). |
|
Perform sparse regression via LASSO on a given DictDataset (requires keys: "data" and "target"). |
|
Plot results of the LASSO classification. |
|
Plot the results of the LASSO regression. |