---
library_name: sklearn
tags:
- sklearn
- skops
- tabular-classification
model_format: pickle
model_file: model.pkl
widget:
structuredData:
Month:
- 5.0
- 4.0
- 10.0
Quantity:
- 4.0
- 2.0
- 2.0
Seller:
- 8.0
- 8.0
- 3.0
Total Cost:
- 2146.0
- 4216.2
- 9480.0
Week:
- 17.0
- 13.0
- 40.0
Year:
- 2022.0
- 2022.0
- 2022.0
---
# Model description
[More Information Needed]
## Intended uses & limitations
[More Information Needed]
## Training Procedure
[More Information Needed]
### Hyperparameters
Click to expand
| Hyperparameter | Value |
|------------------|-----------|
| algorithm | auto |
| leaf_size | 30 |
| metric | manhattan |
| metric_params | |
| n_jobs | |
| n_neighbors | 10 |
| p | 2 |
| weights | distance |
KNeighborsRegressor(metric='manhattan', n_neighbors=10, weights='distance')In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
KNeighborsRegressor(metric='manhattan', n_neighbors=10, weights='distance')