Introduction Imagine you are walking through a factory and in front of you are 3 machines producing bolts for construction. Above each machine where the bolts come out is a screen showing the bolt defects-per-million-opportunities … Read more
Tag: Visualization
Visualizing multicollinearity in Python
Introduction What is multicollinearity? Multicollinearity is when two or more features are correlated with each other. Although correlation between the independent and dependent features is desired, multicollinearity of independent features is less desired in some settings. In … Read more