All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- updated deps (Kindly, Fastmath, Tableplot)
- updated deps (Metamorph.ml, scicloj.ml.xgboost, Tableplot)
- added dependency: clojure.java-time
- updated deps (Kindly, Hanami, Tableplot, Kind-pyplot, SCI)
- added deps: sci, emmy-viewers
- updated deps (renaming Hanamicloth to Tableplot)
- updated deps (Fastmath, Hanamicloth, scicloj.ml.xgboost)
- brought back same/ish dep which was removed by mistake
- updated deps (scicloj.ml.tribuo, Tribuo models)
- same/ish dep was removed by mistake
- added scicloj.ml.xgboost
- added same/ish dependency
- updated deps (metamorph.ml. scicloj.ml.tribuo)
- reverted Tribuo version to match scicloj.ml.tribuo
- added scicloj-ml.smile, sklearn-clj
- added exclusions to deps to avoid a version conflict
- updated deps (Fastmath, Hanamicloth, metamorph.ml, Tribuo)
- added the deps for Tribuo xgboost models
- updated deps, switched to git deps rather than Clojars for now
- version updates: metamorph.ml, scicloj.ml.tribuo - using mvn versions rather than git deps to resolve some conflicts
- version updates: metamorph.ml, scicloj.ml.tribuo - fixing some version conflicts
- changed Clojure version
- added dependencies: tmd-parquet, tcutils
- updated the set of depndencies: Fastmath 3-SNAPSHOT, the relevant metamorph.ml branch, kind-pyplot, hanamicloth, etc.
- removed all Noj namespaces
- removed the currently-unnecessary
calc-correlations-matrix
andround
functions (#22) - thanks, @behrica - dropped the histogram computation function and used the one in Fastmath instead (#21) - thanks, @behrica
- updated deps - in particular, added Tablecloth Columns
- updated Tablecloth version
- scicloj.ml.tribuo dependency
- changed histogram implementation - using bar-charts now (#5)
- updated deps
- removed the Hanami templates namespace, as it has been adapted and moved into Hanami itself
- reorganizing the vis namespaces
- rendering Hanami plots as SVG by default
- removed the tensor->image function, as it exists in dtype-next now (#14)
- updated metamorph.ml dep
- removing the datasets namespace to avoid duplication with metamporh.ml (#4)
- added Clojisr dependency
- added missing diamonds dataset (forgot to commit in the past)
- deps: removed core.async, updated Kindly; updated dev deps
- histogram - correct x lables
- handling grouped datasets correctly in linear regressions
- added R^2 to linear regression plots
- a slight renaming of columns on the table resulting from a grouped-dataset
- avoiding unnecessary
kind/vega-lite
annotation on compound plots (to support tables) - added
hanami-combined-plot
API - refactored and added information to regression models
- added model information in prediction columnw metadata
- moved hanami-related functions to a dedicated namespace
- made
calc-correlations-matrix
return a dataset
- removed the obsolete user namespace
- updated deps
- support for grouped dataets in
hanami-plot
- updated deps, removed clerk dev dep
- adapted to kindly updates, cleaned up obsolete functions
- bringing the
scicloj.ml
dependency back, with the new0.3
version which is compatible with TMD 7.x (#2)
- updated deps
- dataset layer: using resources directory, refactoring, column renaming
- updating some deps
- adapting to kindly v4
- bugfix: datasets should be under resources
- extensions to Hanami templates and defaults
- histogram-support
- stats: making some functionality respect tablecloth groups
- updated deps
- added datasets namespace
- progress with statistical functions
- progress with Hanami conveience functions (breaking changes to the
hanami-plot
API) - note: breaking changes to these APIs
- basic tensor->image support
- updated deps
- avoiding the scicloj.ml dependency due to conflicts
- another deps update
- updated some deps
- user.clj cleanup (avoiding missing deps)
- updated deps
- cleanup
- some stats functions (WIP)
- removed kind-clerk references from library code
- python matplotlib support
- deps updates
- minor additions to html handling
- initial version (with a simple tech.ml.dataset-Hanami adapter)