Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

LDSSA/batch2-blu08

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLU08 - Modelling

NOTICE since the exercise notebook is a bit heavier than normal to run this time around there's a chance that the bug with the portal that causes incorrect grades to show up when re-submitting has a small chance of surfacing again. Please keep an eye out for it and if you think it may be occurring again, drop in to the #dev-ops channel and let us know!

What is in this BLU?

This big learning unit continues the text classification specialization. Now that you know how to process text and extract meaningfull features, we will show you how to prepare these features so you can actually use them for your task, for example text classification.

We will focus on how to go from a huge set of features to a more tractable set, more usefull for the modelling of our problem.

If you are able to solve this BLU, you are equiped with one more set of tools to succeed in the hackathon :)

How to use this repo

As in the previous BLUs, go through the Learning Notebooks (they are in the Learning Notebooks folder), then do the Exercise notebook, and submit it on the portal.

Don't forget to install the requirements:

pip install -r requirements

Additionally, you should also download an extra file before going through part III:

python -m spacy download en_core_web_md

"I need help understanding something"

You can and should ask for help, be it about Learning Notebooks, Exercises, or anything else. Please checkout the How to Ask for Help, and remember not to share code when asking for help about the exercises!

"I think I've found a bug"

This repo is completely open source and is continuously improving over time. When you spot a mistake, please check whether it has been detected in the issues. If it hasn't, please open an issue, explaining in details where it is (e.g. in what notebook, and on what line), and how to reproduce the error. If it is an easy fix, feel free to make a pull request.

Releases

No releases published

Packages

No packages published