How to find probability distribution and parameters for real data? (Python 3)
问题 I have a dataset from sklearn and I plotted the distribution of the load_diabetes.target data (i.e. the values of the regression that the load_diabetes.data are used to predict). I used this because it has the fewest number of variables/attributes of the regression sklearn.datasets . Using Python 3, How can I get the distribution-type and parameters of the distribution this most closely resembles? All I know the target values are all positive and skewed (positve skew/right skew). . . Is there