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
Any suggestions how to use? I'm trying to do something like this
good_examples = ["happy birthday", "to you", "there boy"]
bad_examples = ["asdfasdfa", "asdfasdf"]
a = Hmm.new
a.train = (what here?)
a.classify "happy tuesday kevin" -> "good" (how to get results out?)
Thanks :)
The text was updated successfully, but these errors were encountered:
Any suggestions how to use? I'm trying to do something like this
good_examples = ["happy birthday", "to you", "there boy"]
bad_examples = ["asdfasdfa", "asdfasdf"]
a = Hmm.new
a.train = (what here?)
a.classify "happy tuesday kevin" -> "good" (how to get results out?)
Thanks :)
The text was updated successfully, but these errors were encountered: