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

https://github.com/sskender/introduction-to-data-science

Introduction to Data Science FER
https://github.com/sskender/introduction-to-data-science

Last synced: 24 days ago
JSON representation

Introduction to Data Science FER

Awesome Lists containing this project

README

          

# Introduction to Data Science
Introduction to Data Science FER

- - - -

Learning Outcomes:
- Use Python and other tools to scrape, clean, and process data
- Use data management techniques to store data locally and in cloud infrastructures
- Use statistical methods and visualization to quickly explore data
- Apply statistics and computational analysis to make predictions based on data
- Describe the outcome of data analysis using descriptive statistics and visualizations
- Use cluster and cloud infrastructure to perform data-intensive computation

## Getting started

Install requirements:
```bash
python -m pip install -r requirements.txt
```

Run notebook:
```bash
jupyter notebook
```