IndicoDataSolutions / Passage

A little library for text analysis with RNNs.
MIT License
530 stars 134 forks source link

Added a function to predict binary outputs #41

Closed alvations closed 8 years ago

alvations commented 8 years ago

Added a predict_binary(X, threshold=0.5) function. It might be useful if the user wants to immediately get a binary output.