https://github.com/fr4nc3/sdss_release_17_system_model
https://github.com/fr4nc3/sdss_release_17_system_model
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fr4nc3/sdss_release_17_system_model
- Owner: Fr4nc3
- License: mit
- Created: 2024-11-28T03:47:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T00:12:27.000Z (over 1 year ago)
- Last Synced: 2025-03-24T12:18:12.646Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 16.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SDSS_Release_17_system_model
# Run commands
## Create Enviroment
```
pipenv install --python 3.12
```
## Enter to pipenv shell
```
pipenv shell
```
## Install dependencies
```
pip install numpy pandas plotly python-dateutil scikit-learn matplotlib seaborn jupyter
```
## run Jupyter trust first
```
jupyter trust sdss_data.ipynb
```
## Run Jupyter notebook
```
jupyter notebook sdss_dat.ipynb
```