TIBCOSoftware / catalystml

CatalystML is an open source specification for real-time feature processing, purpose built to transform data for machine learning models.
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

model meta data #14

Open abramvandergeest opened 5 years ago

abramvandergeest commented 5 years ago

@mellistibco and I have discussed what we should have in the model metadata flag of the specification. I have suggested that the model flag should contain a json object that can have whatever flags the user wants to describe how the preperation structure is going to be used. Matt has suggested that we create a rigid complex structure that can be used by code outside the implementation to set up the pipeline of features/model.

abramvandergeest commented 5 years ago

We have decided that generally a rigid specification for the model metadata would be very useful in deploying any implementation of the specification, but that it isn't an immediate priority. So for now we will leave the simple structure (very TensorFlow based) that currently exists, but with the intent of soidifying the model metadata structure in the future. Until that time this issue will be left open.