You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dears,
For a CDE task, I am trying to use your package to estimate the error distribution on a dependent variable y based on a set of features in a variable X. My first trial was by using the KMN model created and trained on default parameters.
Creating, fitting, other functions all works without errors. However, when looking at the results generated by the CDF function, I noticed that they do not converge near to 1 (they do not sum to 1) no matter how much I try. I have generated CDF with different resolutions and range limits (number of instance to condition on and the start and end of the linespace) but still the same issue. Below are 3 screenshots generated on different resolutions. You can also see the results of the PDF which is actually matching what I am expecting the conditional distribution to look like. Eventually the part of the code related to this issue is included as well.
btw: I have also tried to check the mixture parameters, and the weights seem to sum to 1 (idk if that is relevant).
Two questions in here:
The KMN model that you are using seems to be different than what is described in the original paper of the KMN, especially in the case of the number of gaussians to use in the output, True?
Did you ever come across such a problem when you were testing or evaluating the model?
Remarks not related to the issue:
The predict_density() does not exist although it is generated in the documentation.
What is the effect of n_centers? is not that the output is calculated on the mixture of kernels/gaussians that are set using Kmeans? can one still build that out put on a specific subset of these gaussians? like 1 or 2, etc?
CDF Results
PDF Results
The model and the function to generate the CDF/PDF results
Dears,
For a CDE task, I am trying to use your package to estimate the error distribution on a dependent variable y based on a set of features in a variable X. My first trial was by using the KMN model created and trained on default parameters.
Creating, fitting, other functions all works without errors. However, when looking at the results generated by the CDF function, I noticed that they do not converge near to 1 (they do not sum to 1) no matter how much I try. I have generated CDF with different resolutions and range limits (number of instance to condition on and the start and end of the linespace) but still the same issue. Below are 3 screenshots generated on different resolutions. You can also see the results of the PDF which is actually matching what I am expecting the conditional distribution to look like. Eventually the part of the code related to this issue is included as well.
btw: I have also tried to check the mixture parameters, and the weights seem to sum to 1 (idk if that is relevant).
Two questions in here:
Remarks not related to the issue:
CDF Results
PDF Results
The model and the function to generate the CDF/PDF results
The text was updated successfully, but these errors were encountered: