**Breaking** change in model format. Added `model_definition` key (more details in https://github.com/FELT-Labs/feltlabs.py/pull/16):
JSON
{
"model_definition": {
"model_name": "...",
"model_type": "...",
"init_params": "...",
}
}
What's Changed
* Changing model JSON format by Breta01 in https://github.com/FELT-Labs/feltlabs.py/pull/16
**Full Changelog**: https://github.com/FELT-Labs/feltlabs.py/compare/v0.4.4...v0.5.0