Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hatoonguls/predicting-an-essay-s-score-based-on-keyboard-events

In this project I fitted the data to multiple models such as linear regression, Light GBM, Catboost and Neural Network to find the model which performs best on RMSE. Catboost and Light GBM had the best performance.
https://github.com/hatoonguls/predicting-an-essay-s-score-based-on-keyboard-events

Last synced: about 2 months ago
JSON representation

In this project I fitted the data to multiple models such as linear regression, Light GBM, Catboost and Neural Network to find the model which performs best on RMSE. Catboost and Light GBM had the best performance.

Awesome Lists containing this project

README

        

# Predicting-an-essay-s-score-based-on-keyboard-events

This project aims to predict the overall quality of writing based on typing behavior, using a dataset of keystroke logs that capture features of the writing process. Traditional writing assessments primarily focus on the final written product. This dataset emphasizes the process of writing, investigating how various writing behaviors, like pausing patterns, additions or deletions, and revisions, impact the quality of writing. More importantly, the scale of this dataset allows us to use data-driven approaches to investigate the relationship between writing behaviors and writing quality, which could lead to more robust and generalizable findings.