-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rload function #89
Comments
Does this handle dataframe input? Or can Stan handle dataframe input? |
Unless |
Ok, just making sure. At least that is what PyStan etc implement. There are however some dataframe in rdump format in example models, and I have yet tried if that works for CmdStan / RStan. They are not working for PyStan. |
will add this back in! |
@ahartikainen - re:
which ones are these? there's stuff in repo example models that doesn't work - we need to flag them and do some cleanup. |
thanks! |
for CmdStanPy, supporting Rdump data as described in Appendix D of CmdStan manual - not trying to parse R dataframes. Updated docstring for |
Summary:
Add a
rload
that reads a file generated byrdump
.Description:
Some of my workflows find use for reading an Rdump file back into memory, e.g. instead of rerunning an expensive script that generates the Rdump file in the first place. In
pycmdstan
I had arload
but it doesn't seem to have survived.Additional Information:
From here it reads
and may find use within other library functions such as the read_metric function.
Current Version:
I just pip installed it, 0.4.1 I think.
The text was updated successfully, but these errors were encountered: