sokol11

Results 6 issues of sokol11

I am getting the `MissingDataError: exog contains inf or nans` when I am trying to get the returns tearsheet. The input data from `get_clean_factor_and_forward_returns` does not have any nans or...

Hi. I am trying to visualize the incidence (hazard) function in a competing risk framework. By default, the AalenJohansenFitter only plots the cumulative density, when .plot() is called. Is there...

enhancement

Hi. Thanks so much for writing such a great library! I just started using it today, trying to generate some timeseries data with `from sdv.timeseries import PAR`. I noticed that...

feature request
data:sequential

Getting this traceback when trying to run `sampling_jax.numpyro_nuts(...)` (see below). I installed aesara and pymc from development branch source. This is a Colab machine with Python 3.7. Any help would...

bug
help wanted
JAX
important
Scan

This warning seems to come up on `import pyfolio`: `python3.8/site-packages/pyfolio/pos.py:26: UserWarning: Module "zipline.assets" not found; multipliers will not be applied to position notionals.` I am running python 3.8 and the...

Running .create_capacity_tear_sheet() raises an index naming error in capacity.py. The following lines inside `get_max_days_to_liquidate_by_ticker()` are causing the error: ``` liq_desc.index.levels[0].name = 'symbol' liq_desc.index.levels[1].name = 'date' ``` I am guessing the...