Explain¶
Sensitivity analysis¶
Perform sensitivity analysis to identify feature relevances
Descriptors-based¶
|
Perform a sensitivity analysis using the partial derivatives method. |
|
Plot results of the sensitivity analysis. |
Graph-based¶
|
Performs a sensitivity analysis on a GNN-based CV model using partial derivatives w.r.t. |
Sparse linear models¶
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. |