An open API service indexing awesome lists of open source software.

https://github.com/programmersteve/price_regression_ml


https://github.com/programmersteve/price_regression_ml

jupyter machine-learning matplotlib numpy pandas python scikit-learn

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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```