signaux-faibles / predictsignauxfaibles

Dépôt du code python permettant la production de liste de prédiction Signaux Faibles.
MIT License
6 stars 1 forks source link

Data featuring #80

Open jnkien opened 3 years ago

jnkien commented 3 years ago

Using log or sqrt on various variables improved the performance:

{'conf_name': 'default', 'aucpr': 0.39803547128918104} {'conf_name': 'default_with_featuring', 'aucpr': 0.4471472455800151}

Transformers have been created and added to the pipeline of a new model configuration "default_with_featuring".