Baselight

Open HPI Courses

Which courses are rather theoretical, which are rather Hands-On?

@kaggle.johoetter_open_hpi_courses

Loading...
Loading...

About this Dataset

Open HPI Courses

Context

openHPI is a MOOC-platform provided by Hasso Plattner Institute in Potsdam, Germany. The goal of openHPI is to provide people interested in IT-related topics with easy-to-understand materials in both English and German.

Content

Each course has a title, url and description naturally, showing the audience what this course will be about. As I am someone who enjoys Hands-On projects very much, I decided to manually label the courses into the two categories Hands-On and Theory, to see if you could come up with an easy solution to predict this for new courses.

Attention: This is a multilingual dataset, i.e. courses exist in both English and German!

Acknowledgements

Thanks to the openHPI team for providing the courses, which introduced me to many concepts of Computer Science when I first started.
Fun Fact: I am actually a teacher on openHPI myself 😀

Tables

Open Hpi

@kaggle.johoetter_open_hpi_courses.open_hpi
  • 56.14 KB
  • 100 rows
  • 4 columns
Loading...

CREATE TABLE open_hpi (
  "title" VARCHAR,
  "url" VARCHAR,
  "description" VARCHAR,
  "label" VARCHAR
);

Share link

Anyone who has the link will be able to view this.