aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/torch
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix random forests moduleVsevolod Stakhov2017-11-113-33/+9
|
* [Feature] Add torch-decisiontree packageVsevolod Stakhov2017-11-0545-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 torchVsevolod Stakhov2017-09-173-4/+27
|
* [Minor] Another try to fix brain-damaged torch build systemVsevolod Stakhov2017-09-161-2/+0
|
* [Minor] Disable sse4.2 for torch...Vsevolod Stakhov2017-09-161-0/+2
|
* [Minor] Allow to get rspamd text from torch storageVsevolod Stakhov2017-08-272-0/+29
|
* [Minor] Fix randomness part in torchVsevolod Stakhov2017-07-221-29/+4
|
* [Minor] Further fixes for torch RPATHVsevolod Stakhov2017-07-222-20/+1
|
* [Minor] Do not use avx/avx2 in torch as their detection is brokenVsevolod Stakhov2017-07-221-0/+4
|
* [Minor] Avoid obsolete function usageVsevolod Stakhov2017-07-221-3/+22
|
* [Minor] Fix install path for torch libpathsVsevolod Stakhov2017-07-221-3/+3
|
* [Minor] Fix installation directory for shared libsVsevolod Stakhov2017-07-214-6/+6
|
* [Feature] Import torch to Rspamd...Vsevolod Stakhov2017-07-16438-0/+198924