YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
SuperKart Sales Forecast
Best model: random_forest
Files:
- random_forest_model.pkl
- metrics.json (MAE/RMSE/R2 per model)
- best_model.json (best by lowest RMSE)
Usage: import joblib pipe = joblib.load('random_forest_model.pkl') y_pred = pipe.predict(X) # X must include the same feature columns used during training
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support