Skip to content

Tags: RubixML/ML

Tags

2.5.3

Toggle 2.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): Update php-stemmer to version ^4.0 for PHP 8.4 compatibi…

…lity (#384)

2.5.2

Toggle 2.5.2's commit message
Stop validating Windows

2.5.1

Toggle 2.5.1's commit message
Appease Stan

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.5 (#336)

* Initial commit (#299)

* Vantage Tree (#300)

* Initial commit

* Better testing

* Improve the docs

* Rename benchmark

* Explicitly import max() function

* Fix coding style

* Wrapper interface (#314)

* Add Wrapper interface for models wrappers

* Add WrapperAware trait

* Fix PhpDoc

* Revert "Add WrapperAware trait"

This reverts commit 241abc4.

* Rename Wrapper interface to EstimatorWrapper

* PHP CS fix

* Swoole Backend (#312)

* add Swoole backend

* phpstan: ignore swoole

* feat: swoole process scheduler

* fix(swoole): redo tasks when hash collision happens

* chore(swoole): make sure coroutines are at the root of the scheduler

* chore(swoole): set affinity / bind worker to a specific CPU core

* chore(swoole): use igbinary if available

* fix: remove comment

* fix(swoole): worker cpu affinity

* fix(swoole): cpu num

* feat: scheduler improvements

* style

* chore(swoole): remove unnecessary atomics

* chore(swoole): php backwards compatibility

* fix: phpstan, socket message size

* fix: uncomment test

* style: composer fix

* Plus plus check (#317)

* Initial commit

* Allow deltas in units tests

* Swoole docs (#326)

* add Swoole backend

* phpstan: ignore swoole

* feat: swoole process scheduler

* fix(swoole): redo tasks when hash collision happens

* chore(swoole): make sure coroutines are at the root of the scheduler

* chore(swoole): set affinity / bind worker to a specific CPU core

* chore(swoole): use igbinary if available

* fix: remove comment

* fix(swoole): worker cpu affinity

* fix(swoole): cpu num

* feat: scheduler improvements

* style

* chore(swoole): remove unnecessary atomics

* chore(swoole): php backwards compatibility

* fix: phpstan, socket message size

* fix: uncomment test

* style: composer fix

* docs: Swoole backend

* Fix coding style and composer.lock

* fix(swoole): setAffinity does not exist on some versions of Swoole (#327)

* Back out Swoole Backend code

* Bump version

---------

Co-authored-by: Ronan Giron <ElGigi@users.noreply.github.com>
Co-authored-by: Mateusz Charytoniuk <mateusz.charytoniuk@protonmail.com>

2.4.0

Toggle 2.4.0's commit message
Add Titanic example project and tutorial

2.3.2

Toggle 2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP 8.2 environment added to CI (#290)

* Initial commit

* Use latest version of checkout action

2.3.1

Toggle 2.3.1's commit message
Update CHANGELOG

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #271 from RubixML/2.3

2.3

2.2.2

Toggle 2.2.2's commit message
Update CHANGELOG

1.3.5

Toggle 1.3.5's commit message
Fix Grid Search best model selection