RUCAIBox / RecBole

A unified, comprehensive and efficient recommendation library
https://recbole.io/
MIT License
3.37k stars 606 forks source link

Correct random state w.r.t. the newest version of hyperopt #2037

Closed KruskalLin closed 5 months ago

KruskalLin commented 5 months ago

The method np.random.RandomState was deprecated. Hyperopt now uses np.random.Generator().