Team-fastML / fastML

A Python package built on sklearn for running a series of classification Algorithms in a faster and easier way.
https://pypi.org/project/fastML/
MIT License
50 stars 23 forks source link

Introducing a random state value #19

Closed easamoaku closed 4 years ago

easamoaku commented 4 years ago

Describe the solution you'd like I would like that you set a random state value to avoid random permutations when generating the splits. This ensures that random numbers are generated in the same order anytime the code is run.

buabaj commented 4 years ago

can you tackle it please?

buabaj commented 4 years ago

did this and set the value to 0