Submitted by AutoModerator t3_z07o4c in MachineLearning
I-am_Sleepy t1_ix8c4un wrote
Reply to comment by Still-Barracuda5245 in [D] Simple Questions Thread by AutoModerator
Usually normal distribution is used to fitted with target distribution, but if it is a multimodal, you can try Gaussian Mixture Models (GMMs). But if it is unimodal, but non-symmetric you can try fitting parameterized distribution through MLE (see Fitting a gamma distribution with (python) Scipy), or try transforming your variable through non-linear transformations such as log transform or box-cox transformation)
Viewing a single comment thread. View all comments