RetroFit
RetroFit copied to clipboard
Automation of feature engineering, machine learning, model evaluation, model interpretation, eda, forecasting, recommender systems and more.
Create Master Class for Plotting and subclasses for plotting library used. Plotting libraries should include: * plotly * matplotlib * seaborn Plotting functions should include: * ScatterPlot() * LinePlot() *...
The FE0_AutoDiff function uses imports from datatable to manipulate the data but these imports do not work on polars dataframes. I think it is missing a conditional processing block that...
Depends on target type, but replicate existing plots from RemixAutoML
Need to set up a function to load models for scoring purposes
Needs to set up a function to save selected models to file for later use
Currently I'm using data conversion to Pandas frames to create model data but I want to switch it to numpy conversion as it's faster