Tags: javascriptdata/scikit.js
Tags
chore(release): 1.14.0 [skip ci] # [1.14.0](v1.13.0...v1.14.0) (2022-04-17) ### Features * commented out tests ([77b6ab6](77b6ab6)) * commenting out svc, svr code until it can be built in browser ([dd95256](dd95256)) * disable libsvm until we can ship to the browser ([fdc3214](fdc3214)) * updated tests ([6938b32](6938b32))
chore(release): 1.9.0 [skip ci] # [1.9.0](v1.8.0...v1.9.0) (2022-02-27) ### Bug Fixes * fix ci issue base on update to serializer ([c8bf774](c8bf774)) * fix lint error ([6590072](6590072)) * fix lint errors ([e8dab99](e8dab99)) * fix lint issues ([61e584b](61e584b)) * fix type errors ([83a78dc](83a78dc)) ### Features * add custom serializer to sgdclassifier (wip) ([9c3f3dc](9c3f3dc)) * add loss and optimizer type to enable easy parsing ([08809ec](08809ec)) * add loss types and initializer types ([33e1d2c](33e1d2c)) * add more estimators and makes serializer flexible for ensembles and pipeline ([e2d319b](e2d319b)) * add optimizer, loss and intializer caller ([8778f73](8778f73)) * add serializer to criterion ([8cbb737](8cbb737)) * add serializer to criterion ([92f765e](92f765e)) * add serializer to decision tree and update test ([83ef949](83ef949)) * add serializer to kNeighborBase ([5314044](5314044)) * add serializer to labelencoder ([6a1c362](6a1c362)) * add serializer to linear model base class ([9701a3e](9701a3e)) * add serializer to NaiveBayes ([84e747e](84e747e)) * add serializer to pipeline ([6c425e1](6c425e1)) * add serializer to splitter ([763d7e1](763d7e1)) * add serializer to SVC AND SVR ([672328f](672328f)) * add serializer to votingclassifier ([2a21f31](2a21f31)) * add serializer to votingRegressor ([6d59faf](6d59faf)) * allow ClassifierMixin to extends Serialize class ([48d15f1](48d15f1)) * allow Kmeans to inherit from serializer ([6b36f4c](6b36f4c)) * implement generic class to Serialize models and transformers e.t.c ([7f617bc](7f617bc)) * implement serialize ensembles for ensemble class ([bbd9fac](bbd9fac)) * make TransformerMixin and RegressorMixin extends serialize ([5a001fd](5a001fd)) * update linear model with new args to enable easy serialization ([ec559e1](ec559e1)) * update serialize to easily parse tensors ([232cb62](232cb62)) * update Serialize to handle serialization of tensors ([924b050](924b050)) * update serialize to return inherited class ([0733023](0733023)) * update serializer for sgdclassifier ([4971b3c](4971b3c))
chore(release): 1.8.0 [skip ci] # [1.8.0](v1.7.0...v1.8.0) (2022-01-28) ### Bug Fixes * k-neighbors-regressor now supports no params ([9656d6b](9656d6b)) * kd-tree index issue fix + docs ([5eba76c](5eba76c)) * kd-tree protection copy + tfjs-core import ([5c4348d](5c4348d)) ### Features * k-neighbors now lists available algorithms ([fcfcb87](fcfcb87))
chore(release): 1.7.0 [skip ci] # [1.7.0](v1.6.0...v1.7.0) (2022-01-23) ### Bug Fixes * cross-val-score and k-fold fixes+improvements ([21a566b](21a566b)) * cross-val-score api improvement etc ([efe63f9](efe63f9)) * k-fold memory leak ([2f5529d](2f5529d)) ### Features * cross-val-score and k-fold implemented ([6bc3ee3](6bc3ee3)) * rand-utils create-rng ([553232f](553232f))