Tomáš Votruba
d85bfed468
[cs] remove more unused comments ( #146 )
...
* [cs] remove more unused comments
* [cs] remove unused array phpdocs
* [cs] remove empty lines in docs
* [cs] space-proof useless docs
* [cs] remove empty @param lines
* [cs] remove references arrays
2017-11-13 11:42:40 +01:00
Tomáš Votruba
f4650c696c
[coding standard] fix imports order and drop unused docs typehints ( #145 )
...
* fix imports order
* drop unused docs typehints, make use of return types where possible
2017-11-06 08:56:37 +01:00
Marcin Michalski
11d05ce89d
Comparison - replace eval ( #130 )
...
* Replace eval with strategy
* Use Factory Pattern, add tests
* Add missing dockblocks
* Replace strategy with simple object
2017-10-24 18:59:12 +02:00
Marcin Michalski
3ac658c397
php-cs-fixer - more rules ( #118 )
...
* Add new cs-fixer rules and run them
* Do not align double arrows/equals
2017-08-17 08:50:37 +02:00
Ante Lucic
47cdff0481
fix invalid typehint for subs method ( #110 )
2017-07-26 08:36:34 +02:00
Ante Lucic
65b8a13612
Change Optimizer::runOptimization visibility from protected to public ( #109 )
2017-07-26 08:26:22 +02:00
Ante Lucic
07041ec608
Run newest php-cs-fixer ( #108 )
2017-07-26 08:24:47 +02:00
Marcin Michalski
7ab80b6e56
Code Style ( #86 )
...
* Code Style
* Code Review fixes
2017-05-17 09:03:25 +02:00
Arkadiusz Kondas
6296e44db0
cs fixer
2017-04-19 22:28:07 +02:00
David Monllaó
e1854d44a2
Partial training base ( #78 )
...
* Cost values for multiclass OneVsRest uses
* Partial training interface
* Reduce linear classifiers memory usage
* Testing partial training and isolated training
* Partial trainer naming switched to incremental estimator
Other changes according to review's feedback.
* Clean optimization data once optimize is finished
* Abstract resetBinary
2017-04-19 22:26:31 +02:00
Mustafa Karabulut
49234429f0
LogisticRegression classifier & Optimization methods ( #63 )
...
* LogisticRegression classifier & Optimization methods
* Minor fixes to Logistic Regression & Optimizers PR
* Addition for getCostValues() method
2017-03-27 23:46:53 +02:00
Mustafa Karabulut
01bb82a2a7
One-v-Rest Classification technique applied to linear classifiers ( #54 )
...
* One-v-Rest Classification technique applied to linear classifiers
* Fix for Apriori
* Fixes for One-v-Rest
* One-v-Rest test cases
2017-03-05 09:43:19 +01:00
David Monllaó
c1b1a5d6ac
Support for multiple training datasets ( #38 )
...
* Multiple training data sets allowed
* Tests with multiple training data sets
* Updating docs according to #38
Documenting all models which predictions will be based on all
training data provided.
Some models already supported multiple training data sets.
2017-02-01 19:06:38 +01:00
Arkadiusz Kondas
cbdc049526
Update php-cs-fixer
2016-11-20 22:53:17 +01:00
Arkadiusz Kondas
374182a6d4
simple pipeline test
2016-06-16 09:58:12 +02:00
Arkadiusz Kondas
430c1078cf
implement support vector regression
2016-05-07 23:04:58 +02:00