cmdstanpy icon indicating copy to clipboard operation
cmdstanpy copied to clipboard

CmdStanPy is a lightweight interface to Stan for Python users which provides the necessary objects and functions to compile a Stan program and fit the model to data using CmdStan.

Results 63 cmdstanpy issues
Sort by recently updated
recently updated
newest added

#### Summary: see https://github.com/stan-dev/cmdstan/pull/1054#issuecomment-953175795

#### Summary: It would be super cool to provide a dynamic traceplot of the value of `lp__` (total joint log probability for the model) across all chains during warmup and...

feature

#### Summary: need wiki pages on project tooling, tagging, release procedures. etc. #### Description: describe tagging and webhooks, etc. docs discussion here: https://github.com/stan-dev/cmdstanpy/issues/225#issuecomment-695774428 into wiki page explaining documentation procedures.

#### Summary: Install_cmdstan and so on could not run on a non-UTF-8 terminal. For example, Japanese/Chinese/Korean windows. #### Description: The terminal encoding is normally sys.stdin.encoding. But CmdnStanPy hardcords 'utf-8'. Here...

#### Summary: It would be nice to be able to provide inits via a list of dicts of parameters. #### Description: See above. The only way to provide different inits...

feature
method inputs

#### Submission Checklist - [x] Run unit tests - [x] Declare copyright holder and open-source license: see below #### Summary This PR addresses #614 by running up-to-date checks recursively on...

#### Submission Checklist - [x] Run unit tests - [x] Declare copyright holder and open-source license: see below #### Summary Closes #625. I will run a release whenever this gets...

This issue is to track changes since 1.0.7 and propose a new release. Things which have changed: - `install_cmdstan` now downloads the correct CmdStan for non-x86 Linux machines (#616). -...

#### Summary: After long reading and going through code I still can't turn on the pedantic mode from cmdstanpy. I think that it should be given as an example. Search...

documentation

#### Summary: Attempting a minimal example of compiling against external c++ code from [this example](https://cmdstanpy.readthedocs.io/en/v1.0.0rc1/examples/Using%20External%20C%2B%2B.html) #### Description: Using a Stan model of ``` functions { real make_odds(real theta); } data...