Capymoa

Latest version: v0.3.1

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.1

Fix

* fix: updating tutorials formatting ([`36a0a29`](https://github.com/adaptive-machine-learning/CapyMOA/commit/36a0a29d006036bacbacb1215ec0665b86b9c499))

0.3.0

Build

* build: add gcc and g++ to docker for arm support ([`3ede9cd`](https://github.com/adaptive-machine-learning/CapyMOA/commit/3ede9cd07c1c45f5cace514bec16b9c41e5c7182))

* build: `build.clean-moa` now includes `build.clean-stubs` ([`afcc080`](https://github.com/adaptive-machine-learning/CapyMOA/commit/afcc0808266cf2671c2dafc61f208936bf961525))

* build: fix dockerfile base ([`88b7b19`](https://github.com/adaptive-machine-learning/CapyMOA/commit/88b7b196f3b5392192ea4f696e656b8e292d1ddf))

* build: add docker arm64 ([`7f1d25f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/7f1d25fe5ec24d7da7a93678bb31a86a5d18f177))

* build: add docker ([`e07288c`](https://github.com/adaptive-machine-learning/CapyMOA/commit/e07288c177043a9c6a4ccc0b15cf00592e02933c))

Chore

* chore(version): increment version to 0.3.0 ([`5029484`](https://github.com/adaptive-machine-learning/CapyMOA/commit/50294840a608f5d065bcadf62899055fc9e13aa2))

Documentation

* docs: adding documentation for regressors ([`64c7105`](https://github.com/adaptive-machine-learning/CapyMOA/commit/64c71059fecf5a062a5b771e3c220c3f77686fc8))

* docs(Anomaly-Detection): add anomaly detection in the extra tutorials section ([`3bc6f94`](https://github.com/adaptive-machine-learning/CapyMOA/commit/3bc6f94bff1638be08da8de78ce660c1a04ece1c))

* docs: fix benchmarking link ([`06202f8`](https://github.com/adaptive-machine-learning/CapyMOA/commit/06202f8b6067afbe42bc103ad7524f28d078b480))

* docs: update installation.md ([`9324fd4`](https://github.com/adaptive-machine-learning/CapyMOA/commit/9324fd4c7a8c0ef742498bd07894a731153c909e))

Feature

* feat: parallel ensembles (132)

Co-authored-by: Heitor Murilo Gomes <heitor_murilo_gomesyahoo.com.br> ([`1a3e6a3`](https://github.com/adaptive-machine-learning/CapyMOA/commit/1a3e6a3fa182327318f21570536151ce0a9bd7f4))

* feat(Misc): export and import models ([`a1af686`](https://github.com/adaptive-machine-learning/CapyMOA/commit/a1af6864686a2cbb3a883e2c48f2385c2b3be74a))

* feat: adding LeveragingBagging and OnlineAdwinBagging classes ([`25f0f75`](https://github.com/adaptive-machine-learning/CapyMOA/commit/25f0f757773acb7dd892bb3628bbbc7897cfbc80))

* feat(pipelines): updated moa jar and minor changes ([`e71b065`](https://github.com/adaptive-machine-learning/CapyMOA/commit/e71b065fb45409654e6fc26b3b465d7a37efb7f0))

* feat(pipelines): updated notebook introducing the concepts ([`4c787d6`](https://github.com/adaptive-machine-learning/CapyMOA/commit/4c787d6991e099a7b42c5d1772df8b2adc226e4e))

* feat(Anomaly-Detection): add abstract class for anomaly detector algorithms ([`df74b25`](https://github.com/adaptive-machine-learning/CapyMOA/commit/df74b25c415279dba39c42d760422b97c4512460))

* feat(STREAM): change the logic when dealing with csv input ([`2c2a89d`](https://github.com/adaptive-machine-learning/CapyMOA/commit/2c2a89dd2eb00bee4063ab58ca634edd6d0d3319))

* feat(CSMOTE): adding CSMOTE for imbalanced learning ([`e39d006`](https://github.com/adaptive-machine-learning/CapyMOA/commit/e39d00635b4136c0ed57da56ec086f8a23843cdb))

* feat(Anomaly-Detection): add anomaly detection notebook ([`f0b6d4f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/f0b6d4f6e40551f1bca2b75f683145b7818cff51))

* feat(Anomaly-Detection): add Half-Space Trees

Add wrapper for Half-Space Trees for MOA. ([`aa85c0f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/aa85c0f6f1719baa1ea9968217281d379e4b5352))

* feat: evaluation tests and fixes ([`147612b`](https://github.com/adaptive-machine-learning/CapyMOA/commit/147612bd3109d856bdf7c9b12621e783b777bb0f))

* feat: update plotting regression/prediction interval ([`bf3f7ce`](https://github.com/adaptive-machine-learning/CapyMOA/commit/bf3f7cef441f54d1c4d3e72e9c015989cf8c969a))

* feat: add HAT, DWM, and SAMkNN wrappers ([`314db2e`](https://github.com/adaptive-machine-learning/CapyMOA/commit/314db2e79ebba487e677a46fabcf040dbfb58ad2))

* feat: add plot_regression/prediction_interval_results functions ([`fe44e0f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/fe44e0fbbf963cd07d1a0d87c93b929b3e8c903f))

* feat: add wrapper for hyperplane (c and r) generators ([`6cd23af`](https://github.com/adaptive-machine-learning/CapyMOA/commit/6cd23af8251494c675e1ea824d2699e0aaebc5db))

* feat: add prediction interval notebook ([`f64a2e1`](https://github.com/adaptive-machine-learning/CapyMOA/commit/f64a2e19a60d81c0c0413e854d92e78da750c3e1))

Fix

* fix: updating save_load notebook ([`c4e11b0`](https://github.com/adaptive-machine-learning/CapyMOA/commit/c4e11b00f4d15eede58688ef5b73057183caffe7))

* fix(Misc): add a title for tutorial of save and load model ([`eaad513`](https://github.com/adaptive-machine-learning/CapyMOA/commit/eaad513bdf949b95b8a762050617698277bac82a))

* fix: adding tests for new ensembles ([`7ecd80d`](https://github.com/adaptive-machine-learning/CapyMOA/commit/7ecd80d7e2dbbf1980e007f0502b17cf6a0a59ee))

* fix: expanding example notebook ([`105bf4c`](https://github.com/adaptive-machine-learning/CapyMOA/commit/105bf4cdf5a52d5733a47bb74bad61b88eb4c85a))

* fix: add notebook 07 to toctree ([`d527e29`](https://github.com/adaptive-machine-learning/CapyMOA/commit/d527e291177e734322f7d2e578e70d3a5f003a8b))

* fix: moajar hash ([`e02d8ac`](https://github.com/adaptive-machine-learning/CapyMOA/commit/e02d8ac7ce8d2934d206a0c28fd5d453dbcef5f5))

* fix: add pipelines notebook to invoke.yml ([`800ed73`](https://github.com/adaptive-machine-learning/CapyMOA/commit/800ed73b87173d6877250045cc071a0c9b3bdf26))

* fix: call prepareForUse() in initializer of stream when schema is provided ([`9f29e61`](https://github.com/adaptive-machine-learning/CapyMOA/commit/9f29e61847481c4da36cca60d3fb7054b6479aca))

* fix: corrected docstring for stream_from_file ([`e627f2d`](https://github.com/adaptive-machine-learning/CapyMOA/commit/e627f2d3b4c498841c3891d0c43b24e542491220))

* fix: updated doc and ARFF exception handling ([`187c429`](https://github.com/adaptive-machine-learning/CapyMOA/commit/187c429a8d07c12ffa6d890674b1eb897abe5327))

* fix: fix stream consistency ([`f363788`](https://github.com/adaptive-machine-learning/CapyMOA/commit/f3637882f9ed5d29037179de47d72f9e42a17da7))

* fix: force target as int when categorical ([`bc61941`](https://github.com/adaptive-machine-learning/CapyMOA/commit/bc6194197accb6ba48a6517a9e251eca56878936))

* fix: update from_custom function in _stream.py ([`1bbba9b`](https://github.com/adaptive-machine-learning/CapyMOA/commit/1bbba9b4b812d04437032795500d78779770cb92))

* fix: update PytorchStream.py with target_type ([`d8e9446`](https://github.com/adaptive-machine-learning/CapyMOA/commit/d8e94460a671f4298e10b7fb44165a64119f2a2e))

* fix: update instance.py for target_type ([`e602dc3`](https://github.com/adaptive-machine-learning/CapyMOA/commit/e602dc3e48290b2b6da3f0ed986aad3eb7cc9f08))

* fix: update test_batch to enforce classification in basic test ([`bda30f5`](https://github.com/adaptive-machine-learning/CapyMOA/commit/bda30f530931ab5217b182a17ff3d656752cd480))

* fix: small alteration ([`d8c44d8`](https://github.com/adaptive-machine-learning/CapyMOA/commit/d8c44d8c9045751dd9bb99e2fa745673fb290558))

* fix: remove None| and update test_regressor ([`2cc3ba5`](https://github.com/adaptive-machine-learning/CapyMOA/commit/2cc3ba51030d1cf9676f3a9a9dfd7fed8e046c6d))

* fix: refine documentation for SOKNl and SOKNLBT ([`1c013f0`](https://github.com/adaptive-machine-learning/CapyMOA/commit/1c013f0db2b1054eb33c191333769a1f4c4d5aec))

* fix: fix the end-strings ([`bf114cf`](https://github.com/adaptive-machine-learning/CapyMOA/commit/bf114cf0559371d023c03f8bcaf7d5518bfa71ed))

* fix: update evaluation.py ([`bf62b0e`](https://github.com/adaptive-machine-learning/CapyMOA/commit/bf62b0ed2d9cd6dda03afb683ecfa284cc43df97))

* fix: update evalutation.py ([`6e1e90f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/6e1e90f73d65c33a62c71a3638b203445301b7a1))

* fix: update moa-url and sha256 value ([`491f617`](https://github.com/adaptive-machine-learning/CapyMOA/commit/491f617275446467ab613a0c0eeb693db36fdff0))

* fix: allow _prequential_evaluation_fast to store y and predictions ([`9675615`](https://github.com/adaptive-machine-learning/CapyMOA/commit/9675615b57b5da8c182d3857e2ca4073695ef08c))

* fix: correcting author name in ref ([`991f916`](https://github.com/adaptive-machine-learning/CapyMOA/commit/991f9161e9bd356b32b321a4c8a4729cd21bd294))

* fix(Anomaly-Detection): change expect output of example and test code for Half-Space Trees ([`5c0832a`](https://github.com/adaptive-machine-learning/CapyMOA/commit/5c0832a83a6afff0ddcee5b77a44d837ad919854))

* fix: updating HalfSpaceTrees example usage ([`fa1e236`](https://github.com/adaptive-machine-learning/CapyMOA/commit/fa1e236b38616a3656013d6f0477f1abf1f00d10))

* fix: updating moa jar 24-05-20 ([`3327f6b`](https://github.com/adaptive-machine-learning/CapyMOA/commit/3327f6b0376d995e88c1a38391ce3a58bdba5ba1))

* fix(Anomaly-Detection): change expect output for Half-Space Trees for unit testing ([`6b607c3`](https://github.com/adaptive-machine-learning/CapyMOA/commit/6b607c3da2c9a69d324d40b4ec7638f09bd90130))

* fix(Anomaly-Detection): change expect output for the code example of Half-Space Trees ([`2f7225a`](https://github.com/adaptive-machine-learning/CapyMOA/commit/2f7225aa7bea8d95da09b21a7e40c9bbef618ebb))

* fix: test 00 notebook ([`771d784`](https://github.com/adaptive-machine-learning/CapyMOA/commit/771d7848e03c75fbbb4a08eec82b4eb512a971a3))

* fix: updating ignored notebooks ([`47e174a`](https://github.com/adaptive-machine-learning/CapyMOA/commit/47e174a2cc4fbf1f91a36b31fb1317bd3f7e3d04))

* fix: remove useless code in PI evaluator ([`ea500af`](https://github.com/adaptive-machine-learning/CapyMOA/commit/ea500aff315c20a3f17b81d5ffa2b81026edb46e))

* fix: fine-tune transparency for prediction interval plotting ([`62c19a5`](https://github.com/adaptive-machine-learning/CapyMOA/commit/62c19a51479fbe42f6e766cf0d2ea872a713bbe8))

* fix: add set_context in base and remove it for samknn ([`4baad0f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/4baad0f959ace49b761b1df18249fb8f6fd9d766))

* fix: update importing ([`50f55ce`](https://github.com/adaptive-machine-learning/CapyMOA/commit/50f55ce0d24af33eec5b1977d7fddeb83c6b259e))

* fix: update pyproject.toml to include seaborn ([`f249056`](https://github.com/adaptive-machine-learning/CapyMOA/commit/f249056fa490b25748746fe087431f4ff449b464))

* fix: using build_cli_str_from_mapping_and_locals for hyper generators ([`8bb4189`](https://github.com/adaptive-machine-learning/CapyMOA/commit/8bb41891bc47e43c382e3e650e24efe1632a1531))

* fix: update again ([`7f31925`](https://github.com/adaptive-machine-learning/CapyMOA/commit/7f31925681a7a8ee29f58f554da20fcdedc5166c))

* fix: update hyperplane generator ([`7279abc`](https://github.com/adaptive-machine-learning/CapyMOA/commit/7279abc31d45092cbeb409f3dafa38959484bfd7))

* fix: fixing a small bug for hypergenerator ([`0370553`](https://github.com/adaptive-machine-learning/CapyMOA/commit/037055378a59fe7dcc3c0b0b3fcda9b781e0373c))

* fix: use an actual moa.jar ([`b4a838a`](https://github.com/adaptive-machine-learning/CapyMOA/commit/b4a838ab8b5d34996ff1ffd38adbea0d808f609d))

* fix: update hash moa.jar (again) ([`0b7da99`](https://github.com/adaptive-machine-learning/CapyMOA/commit/0b7da9952a8f4a40044e505d39c27b50123ecb97))

* fix: update hash value for moa.jar ([`063e1e4`](https://github.com/adaptive-machine-learning/CapyMOA/commit/063e1e4e73e3d0fa1a439e8ea77a53ad0fdd9e87))

* fix: update the moa.jar ([`b84086f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/b84086f632ddcff00ed1b263ba95d0a5375360f7))

Refactor

* refactor(datasets): add Bike dataset into _datasets.py ([`d755e6d`](https://github.com/adaptive-machine-learning/CapyMOA/commit/d755e6dbc5e855672abf8473e560d0a202c88fd7))

0.2.1

Chore

* chore(version): increment version to 0.2.1 ([`7953523`](https://github.com/adaptive-machine-learning/CapyMOA/commit/79535231f5d2e13a9c4b75336cfe0501243eb3d1))

Documentation

* docs: add blurb to plot and improve moajar update steps ([`cd6ca55`](https://github.com/adaptive-machine-learning/CapyMOA/commit/cd6ca554b15087149f20607e1dc1614b4d5487bf))

* docs: use wall time in benchmark plot ([`31bb320`](https://github.com/adaptive-machine-learning/CapyMOA/commit/31bb32006856c94149f9daf5d3bb53611cbe5f5f))

Fix

* fix: tweak docs and add links between sites ([`5eca95d`](https://github.com/adaptive-machine-learning/CapyMOA/commit/5eca95dfe8260f7a2ff337ed73f9fca68d390d0c))

0.2.0

Chore

* chore(version): increment version to 0.2.0 ([`7fc2966`](https://github.com/adaptive-machine-learning/CapyMOA/commit/7fc29666e4a6dbf9f3ef8483c793e1b8047fe0a2))

Documentation

* docs: fix readme for pypi ([`9c7af27`](https://github.com/adaptive-machine-learning/CapyMOA/commit/9c7af27992b72d744264a28ee30bda45f932f46c))

Feature

* feat: add streaming random patches classifiers ([`5d3b877`](https://github.com/adaptive-machine-learning/CapyMOA/commit/5d3b877d9d5dbae1b38d9b77e581985dd44c050a))

Fix

* fix: updating tutorial 6

Fixing issues with tensorboard ([`95a4d54`](https://github.com/adaptive-machine-learning/CapyMOA/commit/95a4d5499b19825adec7db3a6542299703c4bd25))

* fix: updating notebooks and more

Updated all the tutorial notebooks.
AdaptiveRandomForest -> AdaptiveRandomForestClassifier.
Removed some outdated files (like accessing_sample_data.txt).
Removed outdated notebooks. ([`d1aef09`](https://github.com/adaptive-machine-learning/CapyMOA/commit/d1aef0964181b099f5a90393be4bc81338a41db3))

Unknown

* Create CNAME ([`44ea759`](https://github.com/adaptive-machine-learning/CapyMOA/commit/44ea7593649ff4927c047196b12f619746d43d63))

* Delete CNAME ([`049621f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/049621ffcb0d83000bbb90b84180fb48c29276bc))

* Create CNAME ([`7e0c5d5`](https://github.com/adaptive-machine-learning/CapyMOA/commit/7e0c5d5d83ed9d7aef9d10cd35d42f5c57d35264))

0.1.1

Chore

* chore(version): increment version to 0.1.1 ([`1d1cd9f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/1d1cd9f20e88e57a7b554a320f1aa0eaaf949b14))

Fix

* fix: update pyproject.toml for initial release ([`cd7279c`](https://github.com/adaptive-machine-learning/CapyMOA/commit/cd7279c7567c51a16c17a33842e53f3dd14217d4))

0.1.0

Build

* build: remove river from default dependencies ([`66a3a21`](https://github.com/adaptive-machine-learning/CapyMOA/commit/66a3a21c7e2e564decada5b7028abbddb0d1ee5a))

Chore

* chore(version): increment version to 0.1.0 ([`1a983a2`](https://github.com/adaptive-machine-learning/CapyMOA/commit/1a983a239e7a6092e4bf9bd224687f65c0e90988))

Ci

* ci: publish to pypi ([`ec1256c`](https://github.com/adaptive-machine-learning/CapyMOA/commit/ec1256c4f25e751c8a47bbc8246290f2131dd17a))

* ci: add gh-pages ([`6efd58c`](https://github.com/adaptive-machine-learning/CapyMOA/commit/6efd58c47c844b1047b8e0d52c80fa8580508546))

* ci: doc error ([`7c1507f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/7c1507fbdcabc58aebb3f70eab900382fd60b4d9))

* ci: doc error ([`678e0a2`](https://github.com/adaptive-machine-learning/CapyMOA/commit/678e0a213af5366f49a4dee60a45df4aec753e56))

* ci: doc error ([`3dda36c`](https://github.com/adaptive-machine-learning/CapyMOA/commit/3dda36c76a351c130d0bec44a914cfdf63f73015))

* ci: Fix doc error ([`25b34df`](https://github.com/adaptive-machine-learning/CapyMOA/commit/25b34df62182a3a835de501f60af6476e7113064))

* ci: rename SGBT to StreamingGradientBoostedTrees ([`82604a5`](https://github.com/adaptive-machine-learning/CapyMOA/commit/82604a5d4b916a7fc3ec5d7a59b1f88ff42826ce))

* ci: change python version of github actions to 3.9 ([`1a2ca36`](https://github.com/adaptive-machine-learning/CapyMOA/commit/1a2ca3622b6e3f8f1e7458fa460d2987ab2a38de))

* ci: only upload docs on push ([`f1f2416`](https://github.com/adaptive-machine-learning/CapyMOA/commit/f1f2416062efb92995b201e1d645631c1d77e8b7))

* ci: add macos back to `all_targets.yml` ([`abe46f2`](https://github.com/adaptive-machine-learning/CapyMOA/commit/abe46f278546b2327b335e7db1e96e05a4adbf90))

* ci: fix an off by one error in version numbers ([`9a8dbf1`](https://github.com/adaptive-machine-learning/CapyMOA/commit/9a8dbf1207dc9b57bf04f858fddd34461e06ece3))

Documentation

* docs: update README ([`01c4a9f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/01c4a9f0dab4714ef194795913617d40695bd105))

* docs: update landing pages ([`ee5eee4`](https://github.com/adaptive-machine-learning/CapyMOA/commit/ee5eee4a1af6fd0a32e12376a156311abd1d2118))

* docs: fix spelling and style mistakes ([`95c72fb`](https://github.com/adaptive-machine-learning/CapyMOA/commit/95c72fb1503e291251d0252960a33f82b9ec2686))

* docs(SKClassifier): add docs, doctest, typehints, and minor refactor ([`d85b708`](https://github.com/adaptive-machine-learning/CapyMOA/commit/d85b7081b1df0d43188fe5c0006c438a1a48b0a2))

Feature

* feat: add missing datasets and document datasets ([`3ac973f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/3ac973f7c88c3ca8cff2c09f6d15c91f597cdae4))

* feat: add online smooth boost classifiers ([`478bd93`](https://github.com/adaptive-machine-learning/CapyMOA/commit/478bd9337d453a69ce5d569907fd142e982aeb15))

* feat: add nochange and majority class classifiers ([`0c822c1`](https://github.com/adaptive-machine-learning/CapyMOA/commit/0c822c1ad3bfe7c9a9c71a9c107c710a8b0971d4))

* feat: add OzaBoost ([`a08fd1b`](https://github.com/adaptive-machine-learning/CapyMOA/commit/a08fd1b467169a932621a9a328315ff05cbece1e))

* feat: improve ``capymoa`` environment configuration ([`ee96275`](https://github.com/adaptive-machine-learning/CapyMOA/commit/ee96275915d430cb99a2117a4d865b20fe3eafb9))

* feat: add SGBT ([`80f7007`](https://github.com/adaptive-machine-learning/CapyMOA/commit/80f7007786d76d2b82eade82a3db2f14d34d6102))

* feat(EFDT): leaf_prediction as str

Users can still use leaf_prediction as an integer (0, 1 or 2), but it can also be used as a string:
&34;MajorityClass&34;: 0, &34;NaiveBayes&34;: 1, &34;NaiveBayesAdaptive&34;: 2 ([`6454179`](https://github.com/adaptive-machine-learning/CapyMOA/commit/6454179940f53557dcf2b0e859bf7cbe0f14601c))

* feat(regressor): add SGDRegressor using sklearn ([`2e55155`](https://github.com/adaptive-machine-learning/CapyMOA/commit/2e551554b19f50a616f68dd04c213a17df300d1a))

* feat(regressor): add PassiveAggressiveRegressor ([`c54fe50`](https://github.com/adaptive-machine-learning/CapyMOA/commit/c54fe50953801542df94f17a1594003dfc474c8b))

* feat(base): add SKRegressor ([`309aa48`](https://github.com/adaptive-machine-learning/CapyMOA/commit/309aa488b54c33c3a394c00eeed18b6203a4c8f4))

* feat(SGDClassifier): add SGDClassifier ([`ec00ffd`](https://github.com/adaptive-machine-learning/CapyMOA/commit/ec00ffd53b6e47edf1322e25283352eb02d136d6))

Fix

* fix: update soknl and test ([`336766f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/336766f4ac09282136e534d79d020be3573f0e31))

* fix: fix python 3.9 syntax error and float comparison in test ([`c7b7c1b`](https://github.com/adaptive-machine-learning/CapyMOA/commit/c7b7c1be399452ab68b4f77604f01544464fc907))

* fix: several updates

Updated EFDT and HoeffdingTree to
use _leaf_prediction(...) from _utils.py
Also changed dataset._util.py to
dataset.utils.py
Finally, updated the tests, there were
some issues (like EFDT_gini was using
InformationGain). ([`1dc6234`](https://github.com/adaptive-machine-learning/CapyMOA/commit/1dc6234ab89252594ed6243b152924ca5aacb114))

Refactor

* refactor(PassiveAggressiveClassifier): use SKClassifier base class ([`cb3ff18`](https://github.com/adaptive-machine-learning/CapyMOA/commit/cb3ff184efce6db7bc59173e5835c369378235c9))

Unknown

* Merge branch &39;pi-package&39; ([`7251f7f`](https://github.com/adaptive-machine-learning/CapyMOA/commit/7251f7fe5dc41280a70e3fde9debac0d74eb8717))

* doc: create LICENSE ([`b944be0`](https://github.com/adaptive-machine-learning/CapyMOA/commit/b944be0c23b326c524d2880bca65bfc97617dcae))

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.