Number_to_words / config.json
Sonia2k5's picture
Update config.json
feef70a verified
raw
history blame contribute delete
242 Bytes
{
"model_name": "number_to_word_classifier",
"model_type": "DecisionTreeClassifier",
"input_range": [
1,
1000
],
"output_type": "number_to_english_word",
"library": "scikit-learn",
"version": "1.0",
"author": "Sonia"
}