tslearn-team / tslearn

The machine learning toolkit for time series analysis in Python
https://tslearn.readthedocs.io
BSD 2-Clause "Simplified" License
2.91k stars 342 forks source link

LearningShapelets implmentation for imbalanced dataset in the params providing class_weights and loss will be helpful #499

Open harika-jayanthi-3295 opened 11 months ago

harika-jayanthi-3295 commented 11 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

jonaslandsgesell commented 10 months ago

A differentiable version of the score as a loss function during training would also be interesting for imbalanced classes in a binary classification setting: https://stackoverflow.com/a/65320239/12229416