forked from metric-space-ai/metric
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test #13
Open
eugene-kulak
wants to merge
397
commits into
eugene-kulak:master
Choose a base branch
from
metric-space-ai:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
test #13
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* update class names, add more docstrings * set correct release/debug flags, do not set them in * fix some argument names * add docs * deactivate VOI and entropy for now, as there is a bug in C++ code
…dme and test on Entropy, MI and VOI, other minor fixes
* first version of copy-less numpy adapters * add grid wrappers * fix tests linking
* add distribution wrapper, don't skip entropy related tests * fix kohonen stream redirection, fix test * add CompressedMatrix * add python tests
- updated KOC to use separate distance metrics for incapsulated SOM (Euclidean<double>) and user-defined for clustering for KOC grid. - fixed RandomEMD distance according to framework interface for distances
* fix test workflow * fix test workflow
* added save & load methods to ESN, added new timeseries example * added preprocessing * addded discrete entropy * added postprocessing * added class * added save & load with examples * fixed path in load example * added STL overloads * bugfixes in STL overloads * added online method with pair output * fixed naming & output in example * renamed, overloaded * splitted into .hpp, .cpp * splitted into .hpp, .cpp * added descriptions * started adding semi-online methods * updated api, added seni-online method & example * bugfixes * updated examples * added descriptions, code cleaned * minor updates due to code review * updated #include in examples * added const to all readonly parameters in switch detector and related examples * stddev bugfix in stl overload * fixed online example * fixed stddev used in STL overload, fixed indexing bug in STL overload * adding saving with detector's own parameters * adding saving with detector's own parameters * added detector's own parameters, allowed user to set them up * bugfix in save mathod, tuned parameters * updated defaults * updated internal naming in ESN, added descriptions to new parameters * before PR * added getter for parameters * removed excess switch_est examples, all snippets moved to one file * removed excess switch_est examples, all snippets moved to one file * added (possible) Blaze issue workaround for large datasets * added deterministic switch detector mockup * added deterministic switch detector mockup * adding deterministic switch detector class * tested * added descriptions * added descriptions * added descriptions * added descriptions * added minimal det_sw test * added minimal det_sw test * fix compilation error * added latency saving between calls, but there is no stddev buffer saving, so the next call must have in its beginning wnd_size values from the previous dataset in order to continue seamless Co-authored-by: Aleksey Timin <[email protected]>
* init test-coverage.yml * fix lcov run * remove testcov w/f from branch push
* init new test * fix, add tests * restore test coverage on branch * remove debug print
* fix high filter * fix test * turn off high test
* fix dmat * add assert
* reverse filters * remove const * update dmat test
* Fix source name * add metric target, include paths, refactor includes * refactor linking, includes * remove extra json libs, put in order json includes
* refactor paths * refactor names
* add zero derivative padding with tests * change default padding
* save * add BreakBeforeBraces
move json to external dependency move blaze to external dependency move cereal to external dependency remove crossfilter remove n-api turn off dnn tests turn off dnn and correlation examples refactor cmake scripts
remove cereal
* simplify code * remove second parameter * add approx for dbwavf test
* refactor file structure * refactor includes * add headers install * add cmake files installation * add metric target
* add Changelog * update and fix readme * add find_dependency() to cmake target * add cmake variables for tests, benchmarks and examples * update and fix CI paths * move metric.hpp to metric/ * fix coverage CI * fix metric.hpp include path * put in order CI cache * put in order CI * reformat code * fix test CI * update CHANGELOG.md * add status messages, fix CI * turn off one of kohonen test
* add header include instruction * update changelog
* add expotr & import to PCFA, add minimal PCFA test * format PCFA code, add comments, minor update of PCFA test
* Remove REQUIRED and add if block to link * Add cereal link * Fix taget link * Change cereal version to 1.3.2 * Update changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.