An open API service indexing awesome lists of open source software.

https://github.com/reydvires/ensemble-learning

Bagging with Naive Bayes, Machine Learning
https://github.com/reydvires/ensemble-learning

algorithms bagging gaussian-processes lua lua-script machine-learning naive-bayes-algorithm naive-bayes-classifier telkom-university zerobrane-studio

Last synced: about 2 months ago
JSON representation

Bagging with Naive Bayes, Machine Learning

Awesome Lists containing this project

README

          

# ensemble-learning
Ahmad Arsyel

Task of Machine Learning

- Download ZeroBrane Studio (Lua compiler)

- Buka file [nama_file].lua pada ZeroBrane Studio

- Tentukan absolute path untuk me-load CSV file (Line 3) !!!

- Tekan F6 untuk Running cepat hasil Naive Bayes

> ZeroBrane Studio link:
https://studio.zerobrane.com/download

Komentar di Lua: --

> Alternative compile linux:

- Install luajit: sudo apt-get install luajit

- Cari file Lua: [nama_file].lua

- Buka terminal di direktori tersebut

- Jalankan perintah: luajit [nama_file].lua