Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

casper-hansen/MilesPerGallonPrediction

Repository files navigation

Predicting Miles Per Gallon

Just a sample ML application on a toy dataset wrapped in a Docker container.

An example of input to Flask service in main.py:

{
    "cylinders": 8,
    "displacement": 307.0,
    "horsepower": 130.0,
    "weight": 3504,
    "acceleration": 12.0,
    "model_year": 70,
    "origin": 1,
    "car_name": "chevrolet chevelle malibu"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published