IBM / lale

Library for Semi-Automated Data Science
https://lale.readthedocs.io
Apache License 2.0
328 stars 82 forks source link

Orbis Mystic Implementation #1322

Closed mfeffer closed 1 year ago

mfeffer commented 1 year ago

Pretty much the same as https://github.com/IBM/lale/pull/1321 (in fact this was originally a branch off of the branch used for that PR) except that it addresses Orbis instead of Urbis. As such, it uses Mystic and has corresponding tests to evaluate functionality.

However, this also adds calc_mixedsample_soln to _mystic_util.py to address the mixed oversampling and undersampling case, but there is currently no Lale operator implementation for it. Based on offline discussions, the Orbis and Urbis operators will likely be merged into a single operator with the ability to toggle between sampling strategies via hyperparameter, at which point calc_mixedsample_soln can be utilized.