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

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

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).