Curso Machine Learing (M5)
Language used: Python
01 Python notebook (Google Colaboratory)
(if, elif, else)
(for, while)
Data collection
GET request to the SpaceX API
Basic data wrangling and data cleaning
Listas
Data analysis using SQL
02 Folium library- map creating tools
- linear model: LinearRegression
- neighbors: KNeighborsRegressor
01 Prediction by machine learning
(LogisticRegression, SVC, DecisionTreeClassifier, KNeighborsClassifier)
02 Analysis of launch site locations with Folium
03 Mark all launching sites on a map
04 Mark on the map the successful/failed launches of each site
05 Calculate the distances between a launch site and its vicinity
02 Data processment for simple conclusions
(mean, medium, adding new columns, changing column names, grouping)