geoffroyO / onlineEM

4 stars 0 forks source link

Object oriented workflow #1

Open Hutmacher42 opened 1 year ago

Hutmacher42 commented 1 year ago

Hello and thx alot for sharing your work.

is there a reason why there are functions returning the params instead of a object oriented workflow like in scikit or river?

geoffroyO commented 1 year ago

Hi,

I think that River does not allow mini batch but only pure online with one observation at a time.

Nevertheless we could easily embed all the functions of ogmm or ommst into one object in a « scikit way ».

Hutmacher42 commented 1 year ago

Hi,

I think that River does not allow mini batch but only pure online with one observation at a time.

Nevertheless we could easily embed all the functions of ogmm or ommst into one object in a « scikit way ».

That would be very awesome