Jorge Casas
de9b3a6d1c
Merge pull request #5 from meirzamoodle/fix_str_interpolation_deprecated
...
Fixed ${var} string interpolation deprecations in PHP 8.1
2023-01-26 09:29:08 +01:00
Meirza
c91a5b730e
Fixed ${var} string interpolation deprecations in PHP 8.1
2023-01-26 06:06:46 +07:00
Jorge Casas
67f2c30ad4
Merge pull request #4 from McGo/develop
...
German stopword class
Thanks for contributing!
2022-10-19 09:41:40 +02:00
Mirko Haaser
71bed5008c
Use stopword list from https://github.com/stopwords-iso/stopwords-de
2022-10-19 09:37:13 +02:00
Mirko Haaser
c4d79f7fbd
Add German Stopwords
2022-10-19 09:34:20 +02:00
Jorge Casas
1449850a88
Merge pull request #3 from Radiancy/develop
...
Update composer.json
2022-06-29 16:47:56 +02:00
Radiancy
69b3a5a389
Update composer.json
2022-06-29 17:41:25 +03:00
Jorge Casas
b6a86d543c
Merge pull request #2 from jorgecasas/master
...
Master
2020-10-02 08:38:53 +02:00
Jorge Casas
e1725096d4
Merge pull request #1 from Bimsuru/master
...
new changes
2020-10-02 08:37:16 +02:00
bimsuru
fc21c0bbcf
last
2020-10-01 23:56:15 +05:30
ctfblackflag
c31d260f2a
new
2020-10-01 23:48:05 +05:30
Tima
df72b129d2
Added Russian stopwords ( #425 )
...
* Added Russian stopwords
* Added Russian stopwords
2020-03-04 09:01:54 +01:00
Marcin Michalski
2ee0d373eb
Fix static analysis errors from phpstan upgrade to 0.12 ( #426 )
2020-03-03 18:52:29 +01:00
Andrey Bolonin
deefbb36f2
Update phpstan to 0.12 ( #419 )
...
* upd phpstan to 0.12
* add phpstan/phpstan to deps
2020-01-27 07:25:02 +01:00
Andrey Bolonin
4075fa01b7
Add php 7.4 for travis build ( #393 )
...
* add php - os: linux
* Update .travis.yml
2019-12-16 08:13:38 +01:00
Andrew Feeney
3b34550c9c
Make grammar a little more natural ( #411 )
...
* Make grammar a little more natural
* Now with added "no duplicate it"
2019-11-14 08:03:51 +01:00
Marcin Michalski
0d59441329
Update phpunit, phpbench, easy coding standard ( #415 )
2019-11-08 15:28:42 +01:00
Attila Bakos
7d5c6b15a4
Updates to the documentation (linguistic corrections) ( #414 )
...
* Fix typo in Features list
* Update distance.md documentation
* Fix grammatical mistakes in documentation
* Fix grammatical mistakes in documentation
* Fix grammatical mistakes in documentation
* Fix grammatical mistakes in documentation
* Fix grammatical mistakes in documentation
* Fix grammatical mistakes in documentation
* Fix grammatical mistakes in documentation
* Fix grammatical mistakes in documentation
* Fix grammatical mistakes in documentation
2019-11-02 11:41:34 +01:00
Attila Bakos
f30e576c70
Fix typo in Features list ( #413 )
2019-11-01 10:31:17 +01:00
Andrew Feeney
dcf9206327
Fix grammatical error, and make wording consistent ( #410 )
...
- "File can't be open" should be "File can't be opened"
- Use cannot instead of "can not" or "can't" for consistency
2019-10-28 07:49:47 +01:00
Arkadiusz Kondas
1a856c9099
Fix division by zero in ANOVA for small size dataset ( #391 )
2019-06-22 22:54:47 +02:00
Arkadiusz Kondas
4590d5cc32
Implement OneHotEncoder ( #384 )
2019-05-15 08:00:46 +02:00
Arkadiusz Kondas
3baf1520e3
Update dependencies and phpstan ( #383 )
2019-05-14 22:43:08 +02:00
Arkadiusz Kondas
b500f0b648
Implement FeatureUnion 🚀 ( #382 )
2019-05-14 21:26:25 +02:00
Arkadiusz Kondas
ff118eb2ba
Implement LambdaTransformer ( #381 )
2019-05-13 22:10:34 +02:00
Arkadiusz Kondas
c1c9873bf1
Add Andrew to license ( #380 )
2019-05-13 20:12:42 +02:00
Arkadiusz Kondas
417174d143
Implement ColumnFilter preprocessor ( #378 )
2019-05-12 22:41:31 +02:00
Arkadiusz Kondas
717f236ca9
Implement NumberConverter ( #377 )
2019-05-12 22:25:17 +02:00
Arkadiusz Kondas
1e1d794655
Fix DecisionTreeRegressor for big dataset ( #376 )
2019-05-12 21:27:21 +02:00
Arkadiusz Kondas
91812f4c4a
Implement DecisionTreeRegressor ( #375 )
2019-05-12 20:04:39 +02:00
Arkadiusz Kondas
8544cf7083
Implement regression metrics ( #373 )
2019-05-10 23:10:05 +02:00
Arkadiusz Kondas
f6aa1a59b0
Remove phpunit readAttributes deprecated methods ( #372 )
2019-04-12 07:49:30 +02:00
Marcin Michalski
db82afa263
Update to phpunit 8 and bump min php to 7.2 ( #367 )
...
* Update to phpunit 8
* Require at least PHP 7.2
2019-04-10 20:42:59 +02:00
KenorFR
cefb4fc7a7
Ngram word ( #370 )
...
* Add NGramWordTokenizer
* Update doc
Add test
Check coding standards
2019-04-05 21:23:09 +02:00
Arkadiusz Kondas
dbbce0e066
Implement LabelEncoder ( #369 )
2019-04-02 11:07:00 +02:00
Marcin Michalski
d3888efa7a
Update phpstan & easy coding standard ( #366 )
2019-03-25 14:55:14 +01:00
Arkadiusz Kondas
5e02b893e9
Fix FilesDataset arrays and TokenCountVectorizer numeric token ( #363 )
2019-03-20 23:22:45 +01:00
Pol Dellaiera
02dab41830
Provide a new NGramTokenizer with minGram and maxGram support ( #350 )
...
* Issue #349 : Provide a new NGramTokenizer.
* Issue #349 : Add tests.
* Fixes from code review.
* Implement NGramTokenizer with min and max gram support
* Add missing tests for ngram
* Add info about NGramTokenizer to docs and readme
* Add performance test for tokenization
2019-02-15 17:31:10 +01:00
Pol Dellaiera
b3fe9dae1e
Issue #355 : Add a .editorconfig file. ( #356 )
2019-02-10 08:08:35 +01:00
Pol Dellaiera
40f1ca06aa
Issue #351 : Replace pow() and sqrt() with double stars notation. ( #352 )
2019-02-08 22:24:02 +01:00
Pol Dellaiera
4b837fae8e
Improve distance performance and reduce duplication in distance classes. ( #348 )
...
* Issue #347 : Reduce duplicated code.
* Issue #347 : Replace array_* with regular loops for better perfomance.
2019-02-06 08:00:17 +01:00
Arkadiusz Kondas
6844cf407a
Fix typo in naive bayes docs
2019-01-23 09:41:44 +01:00
Arkadiusz Kondas
cc8e1b3753
Update phpunit to 7.5.1 and remove osx build from travis ( #335 )
...
* Update phpunit to 7.5.1
* Remove osx build from travis
2018-12-18 07:53:32 +01:00
Arkadiusz Kondas
1934d8af81
Update dependencies and fix code styles ( #334 )
2018-12-12 21:56:44 +01:00
Arkadiusz Kondas
db95db3e57
Implement Keep a changelog format
2018-11-07 19:40:31 +01:00
Arkadiusz Kondas
e5189dfe17
Remove enforceTimeLimit flag from phpunit and update dependencies ( #328 )
2018-11-07 17:58:40 +01:00
Arkadiusz Kondas
d30c212f3b
Check if feature exist when predict target in NaiveBayes ( #327 )
...
* Check if feature exist when predict target in NaiveBayes
* Fix typo
2018-11-07 09:39:51 +01:00
Arkadiusz Kondas
18c36b971f
Mnist Dataset ( #326 )
...
* Implement MnistDataset
* Add MNIST dataset documentation
2018-11-07 08:02:56 +01:00
Andrey Bolonin
8ac013b2e4
Add PHP 7.3 to Travis CI build ( #322 )
...
* Update .travis.yml
* remove coverage-clover for 7.2
* move coverage-clover to 7.2
2018-11-03 11:48:08 +01:00
Marcin Michalski
f2dd40cb6f
Properly check cluster points label ( #323 )
2018-10-29 20:04:06 +01:00