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

Saving Model Weights #20

Closed tanish36 closed 3 years ago

tanish36 commented 3 years ago

Does anyone know which all model are being trained by Auto Viml and how to save the weights of the final trained model

AutoViML commented 3 years ago

Actually these are the following models that you can select from: Linear: linear regression, logistic Forests: Random Forest Boosting: XGB, Catboost Ensemble: it combines the above

There are no deep learning models - hence to no model trained weights. R

On Thu, Oct 15, 2020 at 2:14 PM Udit Dashore notifications@github.com wrote:

Does anyone know which all model are being trained by Auto Viml and how to save the weights of the final trained model

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AutoViML/Auto_ViML/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKBH6CSANVPEGNBDO7TAADSK43YZANCNFSM4SSKRG7A .

tanish36 commented 3 years ago

So if i want to add my deep learning model or any any other model like SVM model in AutoViml can i do it ?

AutoViML commented 3 years ago

Of course. Just submit a pull request once you create your module Ram On Fri, Oct 16, 2020 at 1:53 AM Udit Dashore notifications@github.com wrote:

So if i want to add my deep learning model or any any other model like SVM model in AutoViml can i do it ?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/AutoViML/Auto_ViML/issues/20#issuecomment-709811665, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKBH6FI7USFFWF227D24PTSK7NXDANCNFSM4SSKRG7A .

tanish36 commented 3 years ago

ok thank you