File tree 2 files changed +13
-6
lines changed
learn/DataScience/Regresiones
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,21 @@ Reuní trabajo relacionado con datos de forma ordenada y organizada que se irá
9
9
10
10
Proyectos realizados con Python
11
11
12
- * [ Web Scraper Tools] ( https://github.com/eocode/Web-Scraper-Tools )
13
- * [ News Scraper with Python full ETL Process] ( https://github.com/eocode/News-Scraper-A-Complete-ETL-Process )
14
- * [ COVIT-19 México with Python, Sheets and DataStudio] ( https://github.com/eocode/COVIT-19-Mexico )
15
- * [ Rider App with Docker-Django-DRF-Celery-Redis-Postgresql] ( https://github.com/eocode/Rider-App )
16
- * [ Photogram with Django] ( https://github.com/eocode/PhotoGram )
17
- * [ Personal Page with Django] ( https://github.com/eocode/PersonalPage-with-Django )
12
+ ### Backend
18
13
* [ Tasks WebApp with Flask] ( https://github.com/eocode/Flask_TaskApp )
19
14
* [ Juego del ahorcado] ( https://github.com/eocode/Juego-del-ahorcado-Python )
20
15
* [ CRUD CLI with Click] ( https://github.com/eocode/Python-Clients-CLI )
16
+ * [ Rider App with Docker-Django-DRF-Celery-Redis-Postgresql] ( https://github.com/eocode/Rider-App )
17
+ * [ Photogram with Django] ( https://github.com/eocode/PhotoGram )
18
+ * [ Personal Page with Django] ( https://github.com/eocode/PersonalPage-with-Django )
21
19
* [ Python-Mongo] ( https://github.com/eocode/Python-Mongo )
22
20
21
+ ### Data
22
+ * [ Algoritmos de Regresión lineal simple con Python] ( https://github.com/eocode/Algoritmo-de-regresion-lineal-simple-en-Python )
23
+ * [ COVIT-19 México with Python, Sheets and DataStudio] ( https://github.com/eocode/COVIT-19-Mexico )
24
+ * [ Web Scraper Tools] ( https://github.com/eocode/Web-Scraper-Tools )
25
+ * [ News Scraper with Python full ETL Process] ( https://github.com/eocode/News-Scraper-A-Complete-ETL-Process )
26
+
23
27
# Prácticas con Python
24
28
25
29
* [ Códigos y practicas] ( /codes )
Original file line number Diff line number Diff line change @@ -83,3 +83,6 @@ También dispones de una **constante** y una **pendiente**
83
83
<div align =" center " >
84
84
<img src =" img/9.png " >
85
85
</div >
86
+
87
+ https://www.youtube.com/watch?v=gfs5bp2j_bA
88
+ https://es.wikipedia.org/wiki/Regresi%C3%B3n_lineal
You can’t perform that action at this time.
0 commit comments