ATHENA icon indicating copy to clipboard operation
ATHENA copied to clipboard

ATHENA: Advanced Techniques for High dimensional parameter spaces to Enhance Numerical Analysis

Results 9 ATHENA issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The GPy dependency does not work anymore for python>=3.8 **To Reproduce** Run LocalAS **Output** `AttributeError: module 'numpy' has no attribute 'bool'` **Proposed solution** Use scikit implementation instead:...

bug

There are broken latex formulas in the notebook.

bug

Remove the custom scaler and use scikit-learn [MinMaxScaler](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html) with (-1, 1) instead. `from sklearn.preprocessing import MinMaxScaler`

enhancement

Update the main page of the online doc with the new additions in the README.

documentation

Substitute GPyOpt dependency with [BayesianOptimization](https://github.com/fmfn/BayesianOptimization) or just remove the bso flag for the projection matrix tuning. GPyOpt results in some errors for numpy 1.24+ and it is not maintained anymore.

Add the missing docstrings in the local active subspaces classes.

documentation

Add links and description to the readme in the tutorials folder.

documentation

Momentum parameter for nll train does not exist anymore.

bug