Skip to content

This project is a follow up of my previous GW2 analysis. On this one, I executed the same ML algorithms used previously, using Spark

Notifications You must be signed in to change notification settings

juandes/GW2PvPAnalysis-Spark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guild Wars 2 PvP Analysis - machine learning on Spark

Overview

As a follow up of the report I did previously, titled PvP in Guild Wars 2: A data analysis, I decided to run the same machine learning algorithms used in said report, in another framework, Apache Spark, to see how they differ from each other. The original purpose why this was done on the previous report, was to verify if it is possible to predict the outcome of a match using the composition of the team.

The tests were done on Apache Spark 1.4.0, using the Python API.

Link to the report: Guild Wars 2 PvP Analysis - machine learning on Spark - report

Project

This repository contains the Python script used in the analysis, the dataset (in .txt) and a codebook explaining the values of the dataset. Regarding the Python script, the SparkConf parameters, are the ones I found suitable for the analysis, however feel free to change them (in particular the master URL, it has to be the URL of your cluster).

About

This project is a follow up of my previous GW2 analysis. On this one, I executed the same ML algorithms used previously, using Spark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages