harislulic / ZeMA-machine-learning-tutorials

Machine Learning tutorials oriented at begginers in data science. Methods are applied on ZeMA-s testbed data (Zentrum für Mechatronik und Automatisierungstechnik gGmbH).
1 stars 5 forks source link

Refactored FFT BFC and PearsonCorr into two classes #31

Closed bangxiangyong closed 4 years ago

bangxiangyong commented 4 years ago

Follows paradigm of sklearn of fit and transform to be neater and more manageable

BjoernLudwigPTB commented 4 years ago

@bangxiangyong I think we should then remove the methods subfolder, because this actually is supposed to replace it, right?

bangxiangyong commented 4 years ago

that's what i thought earlier, but apparently not, i think the method folder has some 'executable' code in it.

BjoernLudwigPTB commented 4 years ago

that's what i thought earlier, but apparently not, i think the method folder has some 'executable' code in it.

Ah yes, you are right. The content seems to have changed.