Skip to content

Instantly share code, notes, and snippets.

@RobotOptimist
Last active December 21, 2020 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobotOptimist/1b7d5fd7bd386e03cb83335a043176e9 to your computer and use it in GitHub Desktop.
Save RobotOptimist/1b7d5fd7bd386e03cb83335a043176e9 to your computer and use it in GitHub Desktop.
ML.NET polynomial regression
FROM jmacivor/dotnet-binder:0.1.1
ARG NB_USER=jovyan
ARG NB_UID=1000
USER $NB_USER
ENV HOME=/home/$NB_USER
WORKDIR $HOME
COPY mlnet_polynomial_regression.ipynb $HOME/mlnet_polynomial_regression.ipynb
COPY Position_Salaries.csv $HOME/Position_Salaries.csv
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Position Level Salary
Business Analyst 1 45000
Junior Consultant 2 50000
Senior Consultant 3 60000
Manager 4 80000
Country Manager 5 110000
Region Manager 6 150000
Partner 7 200000
Senior Partner 8 300000
C-level 9 500000
CEO 10 1000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment