𝔏ℑ𝔑'𝔖 𝔅𝔏𝔒𝔊
classification
2020-08-28
4 / 4
Python
MLB playoff prediction with SVM & Randomforest
Hermit
/
2019-08-19
In the same theme,MLB. I will show how to use Python to train a randomforest and SVM classifier. Our target is predicting whether the team will enter the next year playoff or not. Since the playoff qualification depends on the same year’s season game win rate. If we predict the same year…
R
2019 THU Big Data Preliminary
Hermit
/
2019-08-11
I participated in the 2019 Donghae University Big Data Competition. In this article, I will show waht kind of the problem we should do and how I finish the work. ※There is contest Description: 1.訓練數據(用於建立模型) 此數據為建模用,數據為熱壓爐成化加工過程所量測的溫度數據,總共有 8 個 群組的數據。群組內的每一個檔案為同一機台在一段連續時間內所量測數據, 8 個群組共有紀錄 230 個量測數據檔…
R
CRE Bacteria Data Analysis
Hermit
/
2019-04-24
在這個資料中,我們有兩種細菌。前面的46個觀察值是CRE,後面的49個則不是。 我們希望將資料分類為是否為 CRE。Peak是蛋白質的名稱,而P_value是各蛋白質的重要程度,較低的p_value意味著對是否為CRE的影響更大。因此, 我們將選取較低的p_value變數來構建分類器。 資料是水平資料。因此我們先將資料轉置成一個95個觀測值與1471個變數的格式,標記何者為CRE, 然後使用機器學習方法對資料進行分類。最後,使用Leave-One-Out交叉驗證來比較各方法的測試精準度。 In this data, we have two types bacteria. The front…
««
«
1
2
3
4
»
»»