Skip to content

Reimplement polynomial_regression.py #8889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 28, 2023
Prev Previous commit
Next Next commit
Readd placeholder doctest for main function
  • Loading branch information
tianyizheng02 authored Jul 24, 2023
commit 80fb8c6484b9ccd2ec8768d6ba32677991c518de
2 changes: 2 additions & 0 deletions machine_learning/polynomial_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ def main() -> None:
"""
Fit a polynomial regression model to predict fuel efficiency using seaborn's mpg
dataset

>>> pass # Placeholder, function is only for demo purposes
"""
import seaborn as sns

Expand Down