FAB_Prediction_Model / config.json
4math's picture
Upload folder using huggingface_hub
88f5c08 verified
{
"model_type": "sklearn-pipeline",
"task": "tabular-regression",
"target": "avg_win_rate",
"features": [
"AI",
"Nano",
"Quantum",
"Base",
"0_cost",
"1_cost",
"2_cost",
"3_cost",
"4_plus_cost",
"equipment",
"item",
"action",
"avg_turns",
"avg_evos",
"avg_teklo_energy",
"avg_nanite_counters",
"avg_quantum_charges"
],
"sklearn_version": "1.8.0",
"trained_at": "2026-03-31T11:29:18.400928",
"metrics": {
"train_r2": 0.917,
"train_mse": 0.0049,
"train_mae": 0.042,
"cv_r2_mean": -1.3332,
"cv_r2_std": 2.1072,
"n_samples": 9,
"n_features": 17,
"training_mode": "local"
},
"educational": true,
"disclaimer": "Fan-made project. NOT affiliated with Legend Story Studios."
}