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
- Host: GitHub
- URL: https://github.com/programmersteve/price_regression_ml
- Owner: ProgrammerSteve
- Created: 2024-04-08T02:08:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T01:17:53.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T10:44:37.896Z (10 months ago)
- Topics: jupyter, machine-learning, matplotlib, numpy, pandas, python, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 15.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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```