You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ This directory contains example scripts demonstrating ATHENA's functionality.
4
4
5
5
## Feature Map Bayesian Optimization Example
6
6
7
-
`feature_map_bayes_opt_example.py` demonstrates the use of the `bayesian-optimization` package for tuning feature map parameters in ATHENA's Kernel Active Subspaces.
7
+
`feature_map_bayes_opt_example.py` demonstrates the use of the `bayesian-optimization` package for tuning feature map parameters in ATHENA's Kernel Active Subspaces.
8
8
9
9
This example:
10
-
- Creates synthetic data with known gradients
10
+
11
11
- Sets up a feature map with a Laplace distribution
12
12
- Tunes the hyperparameters of the feature map using Bayesian Optimization
13
13
- Fits a KAS model and transforms inputs to the active subspace
0 commit comments