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

Could you explain what exactly is the `rel_coef` argument? #24

Closed kevalshah90 closed 2 years ago

kevalshah90 commented 2 years ago

What aspect of box plot variation does it measure?

israt183 commented 2 years ago

It decides the extents of the whiskers of the box plot. See the code box_plot_stats.py

nickkunz commented 2 years ago

@kevalshah90 thank you for your question. Please refer to the suggestion made by @israt183. If you still have questions, please let us know.