modelfoxdotdev / modelfox

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

Support zero-copy training from Python package #128

Open Chuxiaof opened 1 year ago

Chuxiaof commented 1 year ago

I spent way too much time trying to understand the code base, but I am able to find my bearing now!

In the first commit, I added a class method Model.train to the Python package, which allows users to do training through the Python package. However, it currently takes the CSV file as its argument and does not take Polars/Pandas data frames yet.