modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

Drop invalid rows #63

Closed deciduously closed 2 years ago

deciduously commented 2 years ago

This PR addresses #32. After loading, rows containing invalid target data are dropped from the dataset prior to shuffling and splitting. A warning is printed to the console informing the user of which row(s) were dropped..