numenta / nupic-legacy

Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
http://numenta.org/
GNU Affero General Public License v3.0
6.33k stars 1.55k forks source link

AnomalyRegion needs to serialize an Anomaly instance #2266

Open breznak opened 9 years ago

breznak commented 9 years ago

AnomalyRegion uses capnp, anomaly/likelihood still pickle. Can we somehow combine the to serialize AnomalyRegion with an anomaly instance, or both need to be translated to CAPNP? (eventually they will, but this is a blocker now)

rhyolight commented 9 years ago

+1 I would also like to serialize anomaly instances.


Matt Taylor OS Community Flag-Bearer Numenta

On Mon, Jun 29, 2015 at 1:42 AM, breznak notifications@github.com wrote:

AnomalyRegion uses capnp, anomaly/likelihood still pickle. Can we somehow combine the to serialize AnomalyRegion with an anomaly instance, or both need to be translated to CAPNP? (eventually they will, but this is a blocker now)

— Reply to this email directly or view it on GitHub https://github.com/numenta/nupic/issues/2266.

breznak commented 9 years ago

+1 I would also like to serialize anomaly instances.

@rhyolight anomaly instances serialize just fine

rhyolight commented 9 years ago

Sorry I got confused.