Skip to content

ProgrammerSteve/Price_regression_ml

Repository files navigation

This jupyter notebook will be used to calculate the price of bulldozers using a regression model

  • To create env folder for conda conda create --prefix ./env

  • To download requirements from a environment.yml file and create a ./env file conda env create --prefix ./env --file environment.yml

  • To create environment.yml file for conda conda env export > environment.yml

-To run the conda environment conda activate ./env

  • To start the jupyter notebook jupyter notebook

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published