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

Take input as numpy arrays #20

Open pavelkomarov opened 3 years ago

pavelkomarov commented 3 years ago

I've got X, y. It's annoying to have to shove them into a numpy array, specifically rename the target column with a string name, pass smoter, and then pull arrays back out of the resulting dataframe. The input should be more flexible in my opinion.

eschibli commented 3 years ago

I would find this helpful as well

SafetyMary commented 2 years ago

Same here