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

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

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