https://github.com/tsegeron/datascience
Some projects for DS
https://github.com/tsegeron/datascience
machine-learning matplotlib pandas plotly seaborn sklearn sql
Last synced: about 1 month ago
JSON representation
Some projects for DS
- Host: GitHub
- URL: https://github.com/tsegeron/datascience
- Owner: tsegeron
- Created: 2022-08-31T14:16:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T16:57:36.000Z (over 3 years ago)
- Last Synced: 2024-01-28T13:40:26.419Z (over 2 years ago)
- Topics: machine-learning, matplotlib, pandas, plotly, seaborn, sklearn, sql
- Language: Python
- Homepage:
- Size: 21.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataScience
*Some projects for DS*
The projects focus on basic programming skills with Python and the most popular and useful data science libraries.
There are tasks for collecting data with parsing, preprocessing data using *Pandas* and *SQL* and building pipelines with machine learning algorithms.
Each day has its own readme.md describing the tasks of that day and `en.subject.pdf` with full tasks:
- [day00 – UNIX Command Line Tools](day00/00_UNIX_Command_Line_Tools.md)
- [day01 – Overview Of Python Syntax](day01/01_Overview_Of_Python_Syntax.md)
- [day02 – Object-Oriented Programming](day02/02_OOP.md)
- [day03 – Package Management And Virtual Environment](day03/03_Package_Management_And_Virtual_Environment.md)
- [day04 – Efficient Code Practices](day04/04_Efficient_Code_Practices.md)
- [day05 – Pandas](day05/05_Pandas.md)
- [day06 – SQL](day06/06_SQL.md)
- [day07 – Data Visualization](day07/07_Data_Visualization.md)
- [day08 – Machine Learning](day08/08_Machine_Learning.md)
- [day09 – Machine Learning Advanced](day09/09_Machine_Learning_Advanced.md)
- [rush00 – MovieLens Analytics](rush00/00_MovieLens_Analytics.md)
- [rush01 – Food And Nutrition](rush01/01_Food_And_Nutrition.md)
> `day0*` – solo projects, `rush0*` – duo projects\
> Each project is given 1.5 days to complete