scicloj / metamorph.ml

Machine learning functions for metamorph based on machine learning pipelines
Eclipse Public License 2.0
18 stars 3 forks source link

give easy access to Smile data #12

Closed behrica closed 6 months ago

behrica commented 6 months ago

2.6.0 is till LGPL, so we could even copy it, I believe

https://github.com/haifengl/smile/tree/v2.6.0/shell/src/universal/data

But mayve using github based access is fine

behrica commented 6 months ago

specially the arff files could be interesting , as they are "typed"

behrica commented 6 months ago

This works alreday

(import '[smile.io Arff])
(tech.v3.libs.smile.data/smile-dataframe->dataset
 (.read 
  (Arff. (clojure.java.io/reader "https://raw.githubusercontent.com/haifengl/smile/v2.6.0/shell/src/universal/data/weka/weather.nominal.arff"))))
behrica commented 6 months ago

implemented in scicloj.ml.smile