scicloj / noj

A clojure framework for data science
https://scicloj.github.io/noj/
Eclipse Public License 1.0
55 stars 8 forks source link

metamorph ml has as well toy datasets #4

Closed behrica closed 8 months ago

behrica commented 9 months ago

https://github.com/scicloj/noj/blob/7a5688b0ed7a478befbc6854c651fa1518554377/src/scicloj/noj/v1/datasets.clj#L1

I propose to move your over to here https://github.com/scicloj/metamorph.ml/blob/main/src/scicloj/metamorph/ml/toydata.clj , if not existing.

daslu commented 9 months ago

Thanks, @behrica. You're right it probably makes sense to have them in one place, even if the approaches are a bit different.

I'll look for a simple way to move without breaking existing tutorials, etc.

behrica commented 9 months ago

Maybe just copy them over. And "deprecate" them in code via comment, and we should try to avoid to use them in future tutorials.

daslu commented 9 months ago

Thanks.

It turns out the datasets I put there seem to be of a problematic license. I'll remove them and try to replace with something similar.

daslu commented 8 months ago

(removed the datasets namespace at #13)