Available Configuration
Currently, cinnamon-examples
provides the following registered Configuration
.
Data Loader
name='data_loader', tags={'imdb'}, namespace='examples'
: the defaultIMDBLoader
.
Processor
name='processor', tags={'tf-idf'}, namespace='examples'
: the defaultTfIdfProcessor
.name='processor', tags={'label'}, namespace='examples'
: the defaultLabelProcessor
.
Model
name='model', tags={'svc'}, namespace='examples'
: the defaultSVCModel
.
Benchmark
name='benchmark', tags={'svc'}, namespace='examples'
: theBenchmark
that evaluatesSVCModel
on the IMDB dataset.