lacava / few

a feature engineering wrapper for sklearn
https://lacava.github.io/few
GNU General Public License v3.0
50 stars 22 forks source link

use check_random_state() instead of numpy.seed #24

Closed Ohjeah closed 7 years ago

Ohjeah commented 7 years ago

Currently, few does not accept an instance of numpy.random as random state.

lacava commented 7 years ago

see f83a663