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

https://github.com/jesussantana/advanced-machine-learning

Familiarize ourselves with Pipelines, grid search and text mining
https://github.com/jesussantana/advanced-machine-learning

gridsearchcv machine-learning pipelines pyforest python sentiment-analysis text-mining

Last synced: 7 months ago
JSON representation

Familiarize ourselves with Pipelines, grid search and text mining

Awesome Lists containing this project

README

          

# [IT Academy - Data Science with Python](https://www.barcelonactiva.cat/es/itacademy)
## [S16 T01: Advanced machine Learning](https://github.com/jesussantana/Advanced-Machine-Learning/blob/main/notebooks/S16_T01_Advanced_Machine_Learning.ipynb)

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

[![Made withJupyter](https://img.shields.io/badge/Made%20with-Jupyter-orange?style=for-the-badge&logo=Jupyter)](https://jupyter.org/try)

[![Linkedin: JesusSantana](https://img.shields.io/badge/-JesusSantana-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/chus-santana/)](https://www.linkedin.com/in/chus-santana/)

[![GitHub JesusSantana](https://img.shields.io/github/followers/jesussantana?label=follow&style=social)](https://github.com/jesussantana)

### Description

Familiarize ourselves with Pipelines, grid search and text mining.

### Level 1

- Exercise 1:
- Take the data set you want and do a pipeline and a gridsearch using the Random Forest algorithm.

- Exercise 2:
- Take a text in English that you want, and calculate the frequency of the words

### Level 2

- Exercise 1:
- Remove stopwords and stemming your dataset.

### Level 3

- Exercise 1:
- Perform sentiment analysis on your dataset.

### Targets

- Use pipelines and grid search
- Perform text mining