Erdogan
Erdogan
Thanks! In general it is always good to split your data into a train en test part. Fit the model on the train part and score how well it performs...
thanks! But with with K-distribution you refer to the compound of two gammas? Which library would you recommend to look at?
I did look into this but the `ks_2samp` statistics does compare the underlying continuous distributions F(x) and G(x). In `distfit`, the empirical distribution is compared to the _pdfs_ so there...
If there is anything else regarding this issue, re-open or send me a pm.
I am not following you entirely I think. The distribution and parameters are not estimated from the same data. At one side there is the empirical user input data with...
Thanks! I will look into this but feel free to send a pull request!
Thanks! I just refactored the code to make it more readable. 2D fitting sounds interesting and challenging. Can you point to some papers or something else with an application for...
The first component seems to explains 96% of all variation in your data (thats a lot). The second 4%. Thus all features that are horizontal-ish have the most weight. Did...
Thanks! I am going to look at this.
I am going to look into this.