luispintoc / Linking-Writing

https://www.kaggle.com/competitions/linking-writing-processes-to-writing-quality/overview
Apache License 2.0
0 stars 0 forks source link

Optimize output submission #16

Open luispintoc opened 10 months ago

luispintoc commented 10 months ago

Output of the model is continuous, from 0.5 to 6 We can optimize the output by making it discrete, i.e. steps of 0.5 use quantification? use a classifier to decide? majority voting? (when using ensemble, instead of avg, take the one closest to the discrete value)

luispintoc commented 10 months ago

use std of models