metadata
library_name: sklearn
tags:
- sklearn
- skops
- tabular-regression
model_file: price-prediction-model.bin
widget:
structuredData:
x0:
- 0
- 1
- 0
x1:
- 1
- 0
- 1
x10:
- 10
- 8
- 5
x2:
- 1
- 1
- 1
x3:
- 0
- 0
- 0
x4:
- 3300
- 2350
- 2200
x5:
- 8
- 16
- 8
x6:
- 918
- 239.57
- 68.59
x7:
- 8
- 4
- 4
x8:
- 2020
- 2014
- 2015
x9:
- 15.42
- 12.7
- 10.29
Model description
This model is a regression model that predicts the price of a used phones
Intended uses & limitations
Ellipsis
Training Procedure
Hyperparameters
The model is trained with below hyperparameters.
Click to expand
Hyperparameter | Value |
---|---|
alpha | 0.0001 |
copy_X | True |
fit_intercept | True |
max_iter | |
normalize | deprecated |
positive | False |
random_state | |
solver | auto |
tol | 0.001 |
Model Plot
The model plot is below.
Ridge(alpha=0.0001)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.
Ridge(alpha=0.0001)
Evaluation Results
You can find the details about evaluation process and the evaluation results.
Metric | Value |
---|
How to Get Started with the Model
Use the code below to get started with the model.
import joblib
import json
import pandas as pd
clf = joblib.load(price-prediction-model.bin)
with open("config.json") as f:
config = json.load(f)
clf.predict(pd.DataFrame.from_dict(config["sklearn"]["example_input"]))
Model Card Authors
This model card is written by following authors:
Ellipsis
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:
Ellipsis