lucianolorenti / ceruleo

CeRULEo: Comprehensive utilitiEs for Remaining Useful Life Estimation methOds
https://lucianolorenti.github.io/ceruleo/
MIT License
29 stars 7 forks source link

Iterators: Allow sample weights to use dataframes, series and arrays #39

Closed lucianolorenti closed 5 months ago

lucianolorenti commented 5 months ago

The idea of this PR is to fix the issue #38 .

All the sample weights should be able to use pandas, series or an array Added test for the expeceted values of each sample weight class, and added an scikit-learn example using it