A real world project using Python Statsmodels to display model estimation process of linear regression model In the previous posts, we have talked about how…
Convenient Methods to Rotate Axis Tick Labels in Matplotlib
To rotate axis tick labels is an excellent way to solve the unreadable problem due to the overlapped labels In the previous 3 posts, essentials…
Proper Data Normalization Procedure for Model Development With Python
Discuss the widely used improper data normalization process, and display the proper procedure using a real-world dataset The last two articles discussed how to split…
Different Methods to Normalize Dataset for Model Development with Python Scikit-learn
To normalize dataset is another important step of data preprocessing in model development The last article discussed how to split the dataset into feature variables…
Split Dataset for Model Development with Python Scikit-learn
Split dataset is an important step of data preprocessing for a reliable model In the last post, it briefly discussed the main concepts on data analysis…
Essentials of Data Visualization with Python Matplotlib (III): the Object-oriented Interface
Data Visualization with Matplotlib Object-oriented Interface us easier complicated plots In the previous article, the MATLAB-style Interface has been discussed. The Matlab-style interface is fast…
Essentials of Data Visualization with Python Matplotlib (II): the MATLAB-style Interface
Data visualization with Matplotlib is easy with only few lines The last article generally introduced the plotting libraries in Python, setting up Matplotlib environment, and the…
Essentials of Data Visualization with Python Matplotlib (I): Basic Concepts and Process
Data Visualization with Matplotlib is very convenient From this article, I will start to talk about plotting with Python Matplotlib library with the following three…
Different Methods to Calculate Aggregate Statistics with Python Pandas
Real-world data and concrete examples to display the methods to calculate aggregate statistics This article will display how to easily calculate aggregate statistics of DataFrame with…
Practical Methods to Filter Dataset with Python Pandas
Use real-world dataset to display how to filter dataset with different methods In the last two articles, I displayed how to slice a dataset and…