Chris Fonnesbeck

Results 44 issues of Chris Fonnesbeck

I did not see a discussion forum anywhere, so please excuse a question in the issue tracker. I noticed Optuna integration on the project roadmap. Are any of the other...

enhancement
Open for Contribution

I am importing and calling `appnope` at the top of my notebook as follows: ![screen](http://d.pr/i/ZQ3x+) However, I am still seeing overnight runs being napped. Running on OS X 10.9.4 and...

I have a set of plotting utility functions that I keep alongside a set of production notebooks, importing them via (for example): from plotting import plot_heatmap However, when I run...

When running most queries using the SQL Server driver, I get failures that simply return: ``` Connection lost - read ECONNRESET ``` No other information is in the console. If...

needs more info
mssql

Each time I try to search for a note or tag, I get the following error: no such table: ZSFNOTE I am running the release version of alfred-bear and version...

bug

Currently, nodes that are wrapped in `determinstic` are not traced, and obtaining inferences from these nodes must be run through a `Predictive` object. When a user deliberately creates these deterministics...

enhancement
usability

## Description of your problem When using `Data` or `MutableData` objects with binomial or Poisson likelihoods, they are not properly added to the model graph when the likelihood has non-scalar...

defects
aesara-related

I'm fitting a manually-constructed GRW model in v4beta that includes a likelihood with a lot of missing values. As the model is fit using `sample`, I get several of these...

defects
aeppl-related

It would be great to be able to see the training and validation loss on the same set of axes, so that they can be more easily compared without having...

The docstring and the supporting documentation for the `lines` argument in `plot_trace` does not fully explain what the argument components are. Even after reading [Oriol's blog post on the subject](https://oriolabril.github.io/oriol_unraveled/python/arviz/matplotlib/2020/06/20/plot-trace.html#The-lines-argument)...

User Documentation