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
- Host: GitHub
- URL: https://github.com/sskender/introduction-to-data-science
- Owner: sskender
- Created: 2021-10-26T16:32:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T18:48:11.000Z (over 4 years ago)
- Last Synced: 2025-01-26T20:26:23.181Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 62 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```