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
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