Skip to content

Commit

Permalink
Examples: add comment about fixing TM.anomaly
Browse files Browse the repository at this point in the history
  • Loading branch information
breznak committed Oct 7, 2019
1 parent 4d3d1f4 commit 79d88da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.16
v2.0.22
2 changes: 1 addition & 1 deletion py/htm/examples/hotgym.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from htm.encoders.date import DateEncoder
from htm.bindings.algorithms import SpatialPooler
from htm.bindings.algorithms import TemporalMemory
from htm.algorithms.anomaly_likelihood import AnomalyLikelihood
from htm.algorithms.anomaly_likelihood import AnomalyLikelihood #FIXME use TM.anomaly instead, but it gives worse results than the py.AnomalyLikelihood now
from htm.bindings.algorithms import Predictor

_EXAMPLE_DIR = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit 79d88da

Please sign in to comment.