Re: ML Deployment with WEKA

Michael Hall <[email protected]> Mon, 28 Nov 2022 18:13:21 -0600
Newsgroups gmane.comp.ai.weka
Message-ID <[email protected]>

> On Nov 28, 2022, at 3:43 PM, Michael Oluwaseun Dada <[email protected]> wrote:
> 
> Dear WEKA Developers,
> 
> I wish to know if it is possible to do ML model deployment in WEKA. If this is possible, kindly point me to helpful texts or online contents.
> 
> Thank you so much.
> 
> Dada Michael
> Department of Physics
> Federal University of Technology
> Minna, Nigeria.
> ______________________________________________

Weka models are serialized files.

Some time ago for one upgrade serialization was broken. I wrote
http://mikehall.pairserver.com/WekaSerialConverter.java <http://mikehall.pairserver.com/WekaSerialConverter.java>
To convert from the old version models to the new version. 
It might provide an example for you of how to work with the serialized files.

Probably of more general interest, Google turned up…

Saving and loading models - Weka Wiki
https://waikato.github.io/weka-wiki/saving_and_loading_models/ <https://waikato.github.io/weka-wiki/saving_and_loading_models/>

How to Save Your Machine Learning Model and Make Predictions in Weka
https://machinelearningmastery.com/save-machine-learning-model-make-predictions-weka/

_______________________________________________
Wekalist mailing list -- [email protected]
Send posts to [email protected]
To unsubscribe send an email to [email protected]
To subscribe, unsubscribe, etc., visit https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html