* feat: created kivy gui boilerplate
* migrated docker base image to debian
Signed-off-by: ltcptgeneral <learthurgo@gmail.com>
* migrated to ubuntu
Signed-off-by: ltcptgeneral <learthurgo@gmail.com>
* fixed issues
Signed-off-by: ltcptgeneral <learthurgo@gmail.com>
* fix: docker build?
* fix: use ubuntu bionic
* fix: get kivy installed
* @ltcptgeneral can't spell
* optim dockerfile for not installing unused packages
* install basic stuff while building the container
* use prebuilt image for development
* install pylint on base image
* rename and use new kivy
* tests: added tests for Array and CorrelationTest
Both are not working due to errors
* fix: Array no longer has *args and CorrelationTest functions no longer have self in the arguments
* use new thing
* use 20.04 base
* symlink pip3 to pip
* use pip instead of pip3
* tra_analysis v 2.1.0-alpha.2
SVM v 1.0.1
added unvalidated SVM unit tests
Signed-off-by: ltcptgeneral <learthurgo@gmail.com>
* fixed version number
Signed-off-by: ltcptgeneral <learthurgo@gmail.com>
* tests: added tests for ClassificationMetric
* partially fixed and commented out svm unit tests
* fixed some SVM unit tests
* added installing pytest to devcontainer.json
* fix: small fixes to KNN
Namely, removing self from parameters and passing correct arguments to KNeighborsClassifier constructor
* fix, test: Added tests for KNN and NaiveBayes.
Also made some small fixes in KNN, NaiveBayes, and RegressionMetric
* test: finished unit tests except for StatisticalTest
Also made various small fixes and style changes
* StatisticalTest v 1.0.1
* fixed RegressionMetric unit test
temporarily disabled CorrelationTest unit tests
* tra_analysis v 2.1.0-alpha.3
* readded __all__
* fix: floating point issues in unit tests for CorrelationTest
Co-authored-by: AGawde05 <agawde05@gmail.com>
Co-authored-by: ltcptgeneral <learthurgo@gmail.com>
Co-authored-by: Dev Singh <dev@devksingh.com>
Co-authored-by: jzpan1 <panzhenyu2014@gmail.com>
* chore: add pylint to devcontainer
Signed-off-by: Dev Singh <dev@devksingh.com>
* feat: init LSC fitting
cuda and cpu-based LSC fitting using cupy and numpy
Signed-off-by: Dev Singh <dev@devksingh.com>
* docs: add changelog entry and module to class list
Signed-off-by: Dev Singh <dev@devksingh.com>
* docs: fix typo in comment
Signed-off-by: Dev Singh <dev@devksingh.com>
* fix: only import cupy if cuda available
Signed-off-by: Dev Singh <dev@devksingh.com>
* fix: move to own file, abandon cupy
Signed-off-by: Dev Singh <dev@devksingh.com>
* fix: remove numba dep
Signed-off-by: Dev Singh <dev@devksingh.com>
* deps: remove cupy dep
Signed-off-by: Dev Singh <dev@devksingh.com>
* feat: add tests
Signed-off-by: Dev Singh <dev@devksingh.com>
* fix: correct indentation
Signed-off-by: Dev Singh <dev@devksingh.com>
* fix: variable names
Signed-off-by: Dev Singh <dev@devksingh.com>
* fix: add self when refering to coords
Signed-off-by: Dev Singh <dev@devksingh.com>
* fix: numpy ordering
Signed-off-by: Dev Singh <dev@devksingh.com>
* docs: remove version bump, nomaintain
add notice that module is not actively maintained, may be removed in future release
Signed-off-by: Dev Singh <dev@devksingh.com>
* fix: remove hyperfit as not being impled
Signed-off-by: Dev Singh <dev@devksingh.com>
* modernize extensions
Signed-off-by: Dev Singh <dev@devksingh.com>
* copyright assigment should be to titan scouting
Signed-off-by: Dev Singh <dev@devksingh.com>
* added config.json
removed old config files
Signed-off-by: Arthur <learthurgo@gmail.com>
* superscript.py v 0.0.6.000
Signed-off-by: Arthur <learthurgo@gmail.com>
* changed data.py
Signed-off-by: Arthur <learthurgo@gmail.com>
* changes to config.json
Signed-off-by: Arthur <learthurgo@gmail.com>
* removed cells from visualize_pit.py
Signed-off-by: Arthur <learthurgo@gmail.com>
* more changes to visualize_pit.py
Signed-off-by: Arthur <learthurgo@gmail.com>
* added analysis-master/metrics/__pycache__ to git ignore
moved pit configs in config.json to the borrom
superscript.py v 0.0.6.001
Signed-off-by: Arthur <learthurgo@gmail.com>
* removed old database key
Signed-off-by: Arthur <learthurgo@gmail.com>
* adjusted config files
Signed-off-by: Arthur <learthurgo@gmail.com>
* Delete config-pop.json
* fixed .gitignore
Signed-off-by: Arthur <learthurgo@gmail.com>
* analysis.py 1.2.1.003
added team kv pair to config.json
Signed-off-by: Arthur <learthurgo@gmail.com>
* superscript.py v 0.0.6.002
Signed-off-by: Arthur <learthurgo@gmail.com>
* finished app.py API
made minute changes to parentheses use in various packages
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* bug fixes in app.py
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* bug fixes in app.py
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* made changes to .gitignore
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* made changes to .gitignore
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* deleted a __pycache__ folder from metrics
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* more changes to .gitignore
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* additions to app.py
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* renamed app.py to api.py
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* removed extranneous files
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* renamed api.py to tra.py
removed rest api calls from tra.py
* renamed api.py to tra.py
removed rest api calls from tra.py
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* removed flask import from tra.py
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* changes to devcontainer.json
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
* fixed unit tests to be correct
removed some tests regressions because of potential function overflow
removed trueskill unit test because of slight deviation chance
Signed-off-by: Arthur Lu <learthurgo@gmail.com>