150 likes | 274 Vues
In this tutorial, we demonstrate linear regression using PolyAnalyst, focusing on generating regression formulas and rules for categorical classification. We explore a CPU dataset and identify independent fields and target variables for analysis. The linear regression formula shows the relationship between various attributes, which can provide insights for predictions. We also examine a weather dataset to classify outlook conditions and predict outcomes, ensuring a comprehensive understanding of how to apply linear regression in different contexts.
E N D
Linear Regression • Demo using PolyAnalyst • Generating Linear Regression Formula • Generating Regression Rules for Categorical classification
Linear Regression • class = -65.4261 +0.0644143*MYCT +0.0142251*MMIN +0.00655274*MMAX +0.485249*CACH +1.18320*CHMAX
Classification Rule • Demo using PolyAnalyst
Prediction Rule • 0.6224 < (+2.00797 +0.474537*if(outlook='overcast',1,0) -0.0165110*humidity -0.356277*if(windy,1,0))
Confusion Matrix True Negative False Positive False Negative True Positive