網路城邦
上一篇 回創作列表 下一篇   字體:
夏肇毅知識運算網: Weka Data Mining example 1- Regression with autoMpg.arff
2017/03/15 22:12:28瀏覽941|回應0|推薦0
[夏肇毅知識運算網 Mark Hsia's Knowledge Computing Web]Weka Data Mining example 1- Regression with autoMpg.arff

2017-03-15

Weka Data Mining example 1- Regression with autoMpg.arff

Waikato Environment for Knowledge Analysis (WEKA):
Start Weka GUI.
Click Explorer Button to start the Weka Explorer.
Download regression data from the Weka DataSet page:
Copy and unzip it to the data directory under the directory where the Weka was installed, like "C:\Program Files\Weka-3-8\".
Click Open file Button to open a data file
Find the directory "C:\Program Files\Weka-3-8\data\datasets-numeric\numeric\"
Then select the "autoMpg.arff" to find out a regression model to predict the miles per gallon (MPG) for a car.

Weka loads the data and shows Attributes of this data file.
Click the "Classify" tab on upper side of the window.
Click "Choose" button within the Classifier area.
Select LinearRegression under the branch of the tree  "weka-classifiers-functions".


Click the Start button. 

We can see the result of the Linear Regression.


( 知識學習隨堂筆記 )
回應 推薦文章 列印 加入我的文摘
上一篇 回創作列表 下一篇

引用
引用網址:https://classic-blog.udn.com/article/trackback.jsp?uid=markhsia&aid=96499167