KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
KDD2015
★ 9
Open GitHub ↗
KDD Cup 2015
Download README (.md)
Explore Similar Repositories
celox-inpes
:
A Luxe Engine learning project
flask-sqlalchemy-booster
:
Collection of utilities and decorators which add extensive querying and serializing capabilities to Flask SQLalchemy models
HRR
:
Hillslope River Routing
activitystreams-testing
:
W3C Activity Streams 2.0 Conformance Tests
shades-of-teal
:
A colorscheme for vim
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
KDD2015
?
Download (.md)
# KDD2015  <br> ### Backgrounds: High dropout rate in Massive Open Online Courses (MOOCs) is worrisome. To cope with the dropping out issue, students who are inclined to quit should be identified and efforts should be made to prevent the churn. Early prediction of an online course dropout is a fundamental problem for MOOC platforms. This competition will be dealing with dropout prediction in the XuetangX.com platform. <br> ### Descriptions: This competition challenges participants to predict whether or not a user will drop a course in next 10 days based on his or her prior actions. We say a user U drops a course C in the next 10 days if U leaves no records of course C in the log during the next 10 days. For more details about log, please refer to Datasets Section. ### Tips: 1. Object - Course_id, module_id, category, children - Children #, Children category #, Children level 2. Enrolment - enrollment_id, username, course_id 3. Log - enrollment_id, username, course_id, time, source, event, object - time transformation (week, day, time) - time * event (#) - time * object (#) - time * source (#) - same event (problem) (#/%) 4. Truth - enrollment_id, target_value ### Features Generated: 1. Raw: (categorical) - username - course_id 2. Source: (numeric) - ServerCount - browserCount 3. Event: (numeric) - navigateCount - accessCount - problemCount - page_closeCount - videoCount - discussionCount - wikiCount 4. Time: (numeric) - sdTime - enrolmentTime / duration - hourMean / hourDistribution - skewnessTime - kurtosisTime - freqDist / FreqMean ### Feature Engineers: 1. Interaction 2. Centering & Scaling 3. Log transformation 4. One-hot encoding 5. PCA ### Models: 1. xgboost 2. vw 3. svm 4. nnets 5. rf 6. fm 7. nb ### Steps: 1. Feature generation 2. Feature engineering 3. Feature importance 4. Training 5. Blending