Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Fix random forests module | Vsevolod Stakhov | 2017-11-11 | 3 | -33/+9 |
| | |||||
* | [Feature] Add torch-decisiontree package | Vsevolod Stakhov | 2017-11-05 | 45 | -0/+6621 |
| | | | | | | | | https://github.com/twitter/torch-decisiontree This project implements random forests and gradient boosted decision trees (GBDT). The latter uses gradient tree boosting. Both use ensemble learning to produce ensembles of decision trees (that is, forests). | ||||
* | [Fix] Another try to fix threading in torch | Vsevolod Stakhov | 2017-09-17 | 3 | -4/+27 |
| | |||||
* | [Minor] Another try to fix brain-damaged torch build system | Vsevolod Stakhov | 2017-09-16 | 1 | -2/+0 |
| | |||||
* | [Minor] Disable sse4.2 for torch... | Vsevolod Stakhov | 2017-09-16 | 1 | -0/+2 |
| | |||||
* | [Minor] Allow to get rspamd text from torch storage | Vsevolod Stakhov | 2017-08-27 | 2 | -0/+29 |
| | |||||
* | [Minor] Fix randomness part in torch | Vsevolod Stakhov | 2017-07-22 | 1 | -29/+4 |
| | |||||
* | [Minor] Further fixes for torch RPATH | Vsevolod Stakhov | 2017-07-22 | 2 | -20/+1 |
| | |||||
* | [Minor] Do not use avx/avx2 in torch as their detection is broken | Vsevolod Stakhov | 2017-07-22 | 1 | -0/+4 |
| | |||||
* | [Minor] Avoid obsolete function usage | Vsevolod Stakhov | 2017-07-22 | 1 | -3/+22 |
| | |||||
* | [Minor] Fix install path for torch libpaths | Vsevolod Stakhov | 2017-07-22 | 1 | -3/+3 |
| | |||||
* | [Minor] Fix installation directory for shared libs | Vsevolod Stakhov | 2017-07-21 | 4 | -6/+6 |
| | |||||
* | [Feature] Import torch to Rspamd... | Vsevolod Stakhov | 2017-07-16 | 438 | -0/+198924 |