cchallu / n-hits

170 stars 25 forks source link

what is the file 'hyperopt' ? #7

Closed philsau99 closed 2 years ago

philsau99 commented 2 years ago

what is the file 'hyperopt' ?

kdgutier commented 2 years ago

Hi @philsau99,

I suggest you to take a look to the NeuralForecast library, this code is dedicated only to the papers replicability. Here is an example of N-HiTS automated hyperparameter tunning, that uses the hyperopt library.

Hyperopt is a Python library for serial and parallel optimization over awkward search spaces.