Erdogan

Results 237 comments of Erdogan

Is this still an issue? Or did time heal something over here?

This would be awesome indeed. It is still on my never-ending to-do list.

Can you show the error by example? This works for me. ``` from distfit import distfit import numpy as np dfit = distfit(todf=True, distr='t') cost = np.random.normal(0, 2, 10000) result...

Interesting. But I am not sure how I can debug this error using your configurations. You can try to open the `distfit.py` file, go to `def _plot_parametric` and add various...

Great suggestion. I looked into it but it is quite some work to integrate such an approach. At the moment all functions (figures, predict etc) are designed for single-column univariate...

Interesting. I have been looking into it but the number of available distributions is limited. In this line, I again tried to use `numba` but it keeps giving the same...

I just created a new release where I added parallelization to the bootstrap function which significantly speeds up the results. To enable it, simply set `n_jobs=-1 `during initialization. However, when...

This issue is related to #49 which is recently solved!

True @DiTo97. Should I disable the warning for the colors by default? I can understand it can be annoying or confusing. Regarding the plot, I am not sure why it...