plugin: model: Add some new models! #29
Description
Add a model!
This issue is for discussion and help needed comments while adding new Models
s to DFFML.
First, get familiar with how models can be used via the DFFML command line: https://intel.github.io/dffml/master/plugins/dffml_model.html
Make sure you follow: https://intel.github.io/dffml/master/contributing/dev_env.html
Look at what libraries are already being wrapped or models have already been implemented. If you want to use a library that has not yet been integrated, reference the new model tutorial: https://intel.github.io/dffml/master/tutorials/models/
If want to create a new model using any libraries we already have wrappers for,just start working on those packages that already exist under model/
. Create a new file under dffml_model_library_name
. Each library wrapper does things differently, you should check out how that wrapper is interacting with the underlying library by looking at how the existing models are implemented.