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
NUP-2342: consolidate read/write into a single context
NUP-2342: Update examples to use capnp serialization
NUP-2341: Use capnp serialization for SDRClassifierDiff
NUP-2351: Remove TODOs from HTM Prediction Model test and fix bugs exposed by this test
NUP-2351: Add serialization to KNNAnomalyClassifierRegion
NUP-2351: Fix KNNClassifier serialization
NUP-2349 Implemented testCapnpWriteRead test for PreviousValueModel OPF class. Implemented PreviousValueModel.getProtoType. Return instance from PreviousValueModel.read.
NUP-2349 Implemented capnp serialization of PreviousValueModel
Put capnp import checks in place for Windows
Add serialization tests for TMRegion
NUP-2463 Serialize inferenceArgs, learningEnabled, and inferenceEnabled in opf Model.
Add support for different TM types in TMRegion serialization
Added Serializable to API docs, and inheritence links
Fixed Next ID value in comment in model.capnp
NUP-2464 Integrated ModelProto support into opf TwoGramModel.
NUP-2458 Fixed and enabled SDRClassifierTest.testWriteReadNoComputeBeforeSerializing
NUP-2458 Implemented testWriteReadNoComputeBeforeSerializing in sdr_classifier_test.py that reproduces the "deque index out of bounds", but disabled the test, since it fails in a different way after the fix, most likely unrelated to the fix, which needs to be debugged
NUP-2398 Refactor test comparing different configurations
NUP-2458 Prevent index out of bounds when saving patternNZHistory after fewer than _maxSteps input records have been processed.
NUP-2458 Moved HTMPredictionModel serialization test to integration/opf
NUP-2449 Implement simple serialization/deserialzation tests. This exposed a number of problems that need to be fixed before we can make further progress.