tech.ml
tech.ml copied to clipboard
This library has been superceded by https://github.com/scicloj/scicloj.ml.
many docstrings in the `tech.v3.ml.metrics` namespace seem wrong/outdated. The ones in question generally state or imply returns to be arrays of `0.0` and `1.0` values. In reality, booleans are returned...
This opens the path to grid search over pipeline definitions. Specially it should work to transform this: ```clojure [[:ds/select-columns [:Text :Score]] [:ds/update-column :Score #(map dec %)] [:ds-mod/set-inference-target :Score] [:nlp/count-vectorize :Text...
The confusion map here is nice: - https://github.com/techascent/tech.ml/blob/7d1b6e5b3e7f96154218a57ee61dd6bc4ce523b0/src/tech/ml/classification.clj Producing clear tabular output like here would be nice: - https://en.wikipedia.org/wiki/Confusion_matrix