https://github.com/evgenyneu/asp5020_data_analysis_problem_sets
My problem sets solutions for ASP5020 class
https://github.com/evgenyneu/asp5020_data_analysis_problem_sets
Last synced: about 2 months ago
JSON representation
My problem sets solutions for ASP5020 class
- Host: GitHub
- URL: https://github.com/evgenyneu/asp5020_data_analysis_problem_sets
- Owner: evgenyneu
- License: unlicense
- Created: 2021-05-30T00:29:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T03:54:50.000Z (about 2 years ago)
- Last Synced: 2025-01-10T14:41:42.029Z (3 months ago)
- Language: Python
- Size: 950 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP5020 problem set
My problem set solutions for [data analysis and machine learning unit](http://astrowizici.st/teaching/phs5000) taught by Andy Casey in the first half of 2021.
## Running Python code
* Install Python and libraries into a Conda environment: [python_setup.md](python_setup.md).
* Change to directory with the code, for example `cd ps5/code`.
* Run the script: `python q1_plot_data.py`.## Running unit tests
```
pytest
```## The unlicense
This work is in [public domain](LICENSE).