metamorph.ml
metamorph.ml copied to clipboard
Machine learning functions for metamorph based on machine learning pipelines. Part of scicloj.ml
in branch: https://github.com/scicloj/metamorph.ml/tree/addLinearRegression
I start to implement OLS
Probaly 2 models: SimpleRegression OLSMutiplleRegression see here: https://clojurians.zulipchat.com/#narrow/stream/321125-noj-dev/topic/regression-model
https://intro-stat-learning.github.io/ISLP/data.html python client: https://github.com/uci-ml-repo/ucimlrepo/blob/main/src/ucimlrepo/fetch.py This page seems to say that all dataset have creative-common licence: https://archive.ics.uci.edu/contribute/donation Some / few / most datasets only have "metadata" it seems, to be verified.
the existing one has no "is". add some simpler cases would be nice, alreaday for documentation
and not leave it to each predict implementation (scicloj.ml.smile does it for example, sklearn-clj not)
One thing that might improve the experience is using the informative URL (currenty used for the docstring) as the name of the resulting dataset. This will create a clickable link...