Skip to content
Success

Changes

Summary

  1. Add 3 new features to dashboard: (details)
  2. Updating tolerance_check.py to Python3. (details)
Commit ae681935179f62ffb588fe2aab7c95780034f153 by Vince Larson
Add 3 new features to dashboard:
1) Add Huber (confusingly called "Ransac") regressor to find
a fit that de-weights outliers.  The goal is to identify tuning trade-offs.
2) Add ElasticNet regressor.  The goal here is to obtain
a good fit that doesn't perturb the parameters too much,
and that leaves some parameter values unchanged if possible.
3) Add a routine to create PCA biplots.  The goal here
is to identify outliers (i.e., tuning trade-offs) analytically.

For #910.
The file was modified utilities/sens_matrix/test_analyzeSensMatrix.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
The file was modified utilities/sens_matrix/analyze_sensitivity_matrix.py (diff)
Commit a931651e75fe59f3c0435a3b8d1ced442a89d9cc by pbroels
Updating tolerance_check.py to Python3.
The file was modified postprocessing/tolerance_compare/tolerance_check.py (diff)