UVA-DSI / 2017-doathon

An event bringing together data scientists, developers, designers and others to work on open data
Other
0 stars 1 forks source link

Predict item prices automatically in Path of Exile #44

Open Domlenart opened 6 years ago

Domlenart commented 6 years ago

Path of Exile items are sold on player driven market. The historical transaction data is available through an API in JSON format. I already wrote a tool that pulls the data, preprecesses it and puts it in a SQLlite database.

We could try applying different machine learning algorithms to predict prices on new items.

Daniel-Mietchen commented 6 years ago

Here's the game's website: https://www.pathofexile.com/game .

Domlenart commented 6 years ago

https://pathofexile.gamepedia.com/Public_stash_tab_API

Domlenart commented 6 years ago

https://github.com/Domlenart/PoE_Trader

stolarczyk commented 6 years ago

We started working on applying different machine learning algorhitms to the data and planned to improve thew predictions by filtering clear outliers using SVM.