ML_LogReg / config.json
InfZnDipl's picture
Upload 3 files
f590c25 verified
{
"model_type": "logistic_regression",
"C": 10,
"penalty": "l2",
"solver": "lbfgs",
"random_state": 42,
"max_features": 5000,
"ngram_range": [
1,
3
],
"language": "croatian"
}