# Model description this is a regression model for automobile mpg ## Intended uses & limitations This model is made for educational purposes and is not ready to be used in production. ## Training Procedure [More Information Needed] ### Hyperparameters
Click to expand | Hyperparameter | Value | | :------------: | :---: | | copy_X | True | | fit_intercept | True | | n_jobs | None | | positive | False | | tol | 1e-06 |
### Model Plot
LinearRegression()
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 [More Information Needed] # How to Get Started with the Model [More Information Needed] # Model Card Authors Matthew Surkont # 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] ``` # Intended uses & limitations This model is made for educational purposes and is not ready to be used in production.