NicolasHug / Surprise

A Python scikit for building and analyzing recommender systems
http://surpriselib.com
BSD 3-Clause "New" or "Revised" License
6.34k stars 1.01k forks source link

Replace np.int with np.int_ #427

Closed NicolasHug closed 2 years ago

NicolasHug commented 2 years ago

Removes a bunch of warnings. See https://numpy.org/devdocs/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated. I could just replace with int as well.