You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* scml first commit
* add scml to __init__.py
* fix in components calculation
* remove triplet generator, added in triplets PR
* change init&fit interface, faster compute & others
* added coments & docstrings, small code changes
* typos and added choice of gamma & output_iter
* some small improvements
* lda tail handling rollback
* performance improvement by precomputing rand_ints
* small fix in components computation
* flake8 fix
* SCML_global fit fix & other small changes
* Proper use of init vars and unsup bases generation
* triplet dataset format & remove_y for triplets
* adaptation with dataset format
* remove labels for triplets and quadruplets
* remove labels
* remove labels & old fit random_state asignation
* compliant with older numpy versions
* small typo and fix order
* fix n_basis check
* initialize_basis_supervised and some refactoring
* proper n_basis handling
* scml specific tests
* remove small mistake
* test user input basis
* Changed names and messages and some refactoring
* triplets in features form passed to _fit
* change indeces handlig and edge case fix
* name change and typos
* improve test_components_is_2D
* Replace triplet_diffs option by better aproach
* some comments, docstring and refactoring
* fix bad triplet set
* flake8 fix
* SCML doc first draft
* find neighbors for every class only once
* improve some docstring and warnings
* add sklearn compat test
* changes to doc
* fix and improve tests
* use components_from_metric
* change TestSCML to object and parametrize tests
* fix test_iris
* use model._authorized_basis and other fixes
* verbose test
* revert sum_where
* small n_basis warning instead of error
* add test iris on triplet_diffs
* test lda & triplet_diffs
* improved messages
* remove quadruplets and triplets from pipeline test
* test big n_features
* Correct output iters
* output_iter on supervised and improved verbose
* flake8 fix
* bases generation test comments
* change big_n_basis_lda error msg
* test generated n_basis and basis shape
* add mini batch optimization
* correct iter convention
* eliminate n_samples = 1000
* batch grad refactored
* adagrad adaptive learning
* int input checks and tests
* flake8 fix
* no double division and smaller triplets arrays
* minor grammar fixes
* minor formatting tweaks
Co-authored-by: CJ Carey <[email protected]>
0 commit comments