jairohndzmos / text-mining---ml-challenge-inLearning-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text mining - ml challenge inLearning course

For this one, I´ll cover up a purpose challenge from some inLearning course

Pipeline

  1. Requests Wikipedia article endpoint
  2. Retrieve data using BeautifulSoup and inbuilt python, then storage info in DataFrame object
  3. Apply scikit-learn LinerRegressor() class and valid using Kfold to measure several metrics and graph

Dependencies

  • Requests
  • Nltk
  • Pandas
  • Matplotlib
  • BeautifulSoup
  • Numpy
  • Scikit-learn

About


Languages

Language:Jupyter Notebook 100.0%