AutoViML / Auto_ViML

Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
518 stars 101 forks source link

How do use save model? #27

Closed miggytrinidad closed 1 year ago

miggytrinidad commented 1 year ago

How do you use the saved model? How do I get the transformations during the training for predictions later on?

AutoViML commented 1 year ago

Hi @miggytrinidad : thanks for using AutoViML and for your feedback 👍

Currently the saved model does not contain the transforms needed for predictions later. The reason is that I created AutoViML as a tool for teaching folks to build their own model based on learning how AutoViML builds a fine performing model. The goal was never to compete with AutoML products but to be the best "challenger" model that will challenge you to build a better model.

Hope this explanation helps, Ram