issues
search
linkedin
/
photon-ml
A scalable machine learning library on Apache Spark
Other
792
stars
185
forks
source link
Fix a hyperparameter tuning dimension mismatch bug
#459
Closed
yunboouyang
closed
4 years ago
yunboouyang
commented
4 years ago
Fix a hyperparameter tuning dimension calculation bug.
The dimension should be equal to the number of lambdas (magnitude) and alphas (mixing weights).
Right now the dimension is equal to the number of coordinates.
Fix a hyperparameter tuning dimension calculation bug.