tveasey / ml-json-schemas

Json schema for data types used in ML code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model inference JSON schemas

In this repository you will find among other things:

  • examples/
    • ensemble_example.json valid example for an ensemble model
    • ensemble_example.json valid example for a single tree model
  • schemas/ directory with JSON schema files
  • requirements.txt PIP requirements file you will need to perform JSON validation
  • validate.py Python script to validate the files in the examples/ directory.

Elastic License Functionality

All files in this repository are subject to the Elastic License. The full license can be found in LICENSE.txt. Usage is free as described under the basic subscription.

About

Json schema for data types used in ML code

License:Other


Languages

Language:Python 100.0%