-
Updated
Jul 28, 2019 - Python
markov-chain
Here are 713 public repositories matching this topic...
-
Updated
Jun 5, 2019 - Emacs Lisp
-
Updated
Aug 15, 2019 - Haxe
-
Updated
Jul 13, 2019 - Python
-
Updated
Oct 19, 2019 - Shell
-
Updated
Jul 20, 2018 - Jupyter Notebook
-
Updated
Apr 19, 2020 - C
When we call markovchainFit with the laplace or bootstrap method, it should warn us that the method is not available for a list. For example:
c1<-c("a","b","c","c","e")
c2<-c("a","b","d","e")
c3<-c("a","c","b","c","d")
c4<-c("a","b","b","d","b","c","d","e")
c5<-c("a","c","c","d","d")
c6<-c("a","c","d","d","b","b","e")
mylist<-list(c1,c2,c3,c4,c5,c6)
mylistMc<-markovch
-
Updated
Oct 25, 2017 - Python
The current unit test for the diagnostics functions only test if the function call works. In the future, we should add proper unit tests to ensure the resulting computations are correct.
- add unit test for
discretediag - add unit test for
gelmandiag - add unit test for
gewekediag - add unit test for
heideldiag - add unit test for
rafterydiag
-
Updated
Sep 16, 2019 - JavaScript
-
Updated
Feb 29, 2020 - Java
-
Updated
May 22, 2020 - Ruby
-
Updated
Jul 20, 2017 - Python
-
Updated
May 20, 2020 - Jupyter Notebook
-
Updated
Jan 27, 2020 - Rust
Checking nondeterministic models under an arbitrary scheduler allows us to use the (faster) algorithms for DTMCs/CTMCs. This might be useful, e.g., when the nondeterminism is known to be spurious.
In some sense, this would be the reverse operation of --transformation:to-nondet.
Note that for MAs it might be necessary to also invoke --[transformation:]eliminate-chains to get a CTMC (this
-
Updated
Sep 1, 2017 - JavaScript
-
Updated
Jan 16, 2019 - Go
-
Updated
May 10, 2020 - Python
-
Updated
Apr 29, 2020 - Python
please, document this class's methods and the logic. I believe ReplyGenerator is the core part of the code
-
Updated
Jun 21, 2019 - Python
-
Updated
Oct 20, 2017 - Java
-
Updated
Jun 10, 2017 - HTML
Improve this page
Add a description, image, and links to the markov-chain topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the markov-chain topic, visit your repo's landing page and select "manage topics."


markovify actually throws out any sentences including quotes, parentheses or square brackets by default because they tend to end up unbalanced in the generated sentences. I overrode that behavior because it was removing a huge number of sentences from the training, like almost every single title in /r/relationships and most comments from /r/scenesfromahat. But by doing that I've ended up with the