nickkunz / smogn

Synthetic Minority Over-Sampling Technique for Regression
https://pypi.org/project/smogn
GNU General Public License v3.0
319 stars 78 forks source link

Random Seed Implementation #9

Closed ArnoldYSYeung closed 2 years ago

ArnoldYSYeung commented 4 years ago

Would it be possible to have an argument for random seed so that we can reproduce results?

nickkunz commented 4 years ago

Yes! That is a great idea. I've been meaning to do exactly that. I will take note of this in the next implementation. Thank you.

Muti23 commented 2 years ago

I have the same request. IS there any progress in this part? Thanks for your sharing.

ArnoldYSYeung commented 2 years ago

@Muti23 I'll do it. It shouldn't be difficult. Ping me in 1 month's time if I haven't submitted any pull request. Gotta do my taxes first.

ArnoldYSYeung commented 2 years ago

@nickkunz Please review. Thanks bro https://github.com/nickkunz/smogn/pull/27

nickkunz commented 2 years ago

The following issue has been resolved by the following PR: https://github.com/nickkunz/smogn/pull/28. This contribution was made by @ArnoldYSYeung. Thank you for your help!