scienxlab / redflag

Safety net for machine learning pipelines. Plays nice with sklearn and pandas.
https://scienxlab.org/redflag
Apache License 2.0
21 stars 6 forks source link

Dummy scorers for regression and classification problems #57

Closed kwinkunks closed 1 year ago

kwinkunks commented 1 year ago

Use Dummy predictions, with fake X, on target columns.

See #56