--- 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 |
### Model Plot
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.
On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.
## Evaluation Results | Metric | Value | |-----------|---------| | accuracy | 0.717 | | r squared | 0.717 | # How to Get Started with the Model [More Information Needed] # Model Card Authors This model card is written by following authors: [More Information Needed] # Model Card Contact You can contact the model card authors through following channels: [More Information Needed] # Citation Below you can find information related to citation. **BibTeX:** ``` [More Information Needed] ``` # model_description This is a K-Nearest Neighbour Regressor trained to identify inventory-delay time. # limitations This model is trained for educational purposes.