Loading
DMML_2020: Completed #classroom

Final project of the data mining and machine learning course

DMML_2020

3139
68
17
453

🕵️ Project description

Real or Not? NLP with Disaster Tweets: In this project, you are challenged to build a Machine Learning model that can predict which tweets are about a real disaster and which are not. The project topic is based around a Kaggle competition. 

 

In this project, you will have the chance to compare your prediction results with your fellows. Create an account for yourself in AIcrowd and join the competition.

As soon as you make a submission you can see the prediction accuracy and your ranking on the leaderboard. Note that you can only make 5 submissions per day. To know more about the competition rules, check out the rules tab.

🗄 Data

You can find the training data and the unlabeled test data in the Resources tab.

🚀 Submission

As you build your model and train it on the training data, you can generate predictions for the (unlabelled) test data. Make sure that your submission file has the same format as the example submission file on the Resources tab. Once you are sure about your model and satisfied with the prediction accuracy you got (on your own test data), you can try to generate predictions for the actual test data and submit in the competition.

🚚 Deliverables

  1. Create a GitHub project for your project. The Github should have the following structure:


     /code (this should hold all your code)

     /data  (this should hold all your data)

     /documents (this should have any related documents, reports, etc)

     readme.md

In the readme.md you should a) mention the team name, b) describe the project c) your solution, and some results (using figures). d) include also a link to the video that showcases your solution.

 

  1. /code
    Create a Python notebook that explains every step of your pipeline, from loading the data and preprocessing to building the model. Your notebook also stands as your report as well, so make sure that you add sufficient explanations to it. Add appropriate plots and/or tables to your notebook in case you think it can make your notebook more comprehensive. It is very important also to document, the progress of your submissions. For example, you should keep track of the reported accuracies of the different submissions and also what changes you introduced to have some improvement in your score.
    Try to separate the preprocessing into a separate python file that you import from the main python file. So in your notebook, we expect to see at least:
    1. What is the base-rate of the problem?
    2. A table with all of the classification techniques that we saw in the class (logistic regression, kNN, Decision trees,...) and indicate the parameters you used.
    3. Your progression of accuracies in a graph, and which technique (with what parameters) achieved it.
    4. Go deeper. How can you improve the model? Do both of the following.
      1. Feature engineering. 
      2. Hyper-parameter optimization.

 

Note: You should ONLY use techniques that we used in the class. No other techniques are allowed. We should first master those techniques!

 

  1. Create a short video of your solution (duration is up to you) and report also in the video your best rank in the leaderboard. Post your video in slack.
  2. After the project is posted you are supposed to do a stand-up every week. You report your progress. There needs to be something said every week, i.e., teams that have nothing to report for some week will experience some small penalty in the grade.
  3. During the last class you will give a short presentation in class, briefly explaining what you did and your best result.

 

👩‍💻 Logistics and Deadline

  1. Create an account in AIcrowd and join the competition. Here's the link to the competition page:
    https://www.aicrowd.com/challenges/final-project-of-the-data-mining-and-machine-learning-course

    After entering the competition page, you would see a "create team" button on the top right. Click on that button and select your team name. Your team name should be the same as the name which was assigned to you in moodle. This name will be shown on the leaderboard.  Once your team is created you can invite your team-mates to the team. Remember each team could only have 3 participants.
     
  2. Make sure to mention your team name in your notebook.
  3. There will be gifts for the champion! (team with the highest ranks in the leaderboard) :)

    The deadline for the submission of your material is 10th of Dec 2020 at 23h59.

 

🖋 Grading

  1. Presentation in the class: 1/3 of the grade
  2. Notebook quality (clean code, sufficient explanations, etc): 1/3 of the grade
  3. Having innovative ideas: 1/3 of the grade

 

📱 Contact

  • Ahmad Ajalloeian
  • Luc Kunz

 

Good luck with the project and the competition. We look forward to seeing your solution!

 

Participants