Hyperparameter limit
by millcheck - Friday, May 31, 2019, 16:55:32

My submission was rejected due to wrong hyperparameter values? What are the requirements for those values?

RE: Hyperparameter limit
by andrzej - Saturday, June 01, 2019, 11:59:35

Yes, indeed the possible values of hyper-parameters are limited:
epsilon should be in (0, 1)
cost should be in (0, 1000)
gamma should be in (0, 10)

Andrzej