Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predict item prices automatically in Path of Exile #44

Open
Domlenart opened this issue Nov 18, 2017 · 4 comments
Open

Predict item prices automatically in Path of Exile #44

Domlenart opened this issue Nov 18, 2017 · 4 comments
Labels

Comments

@Domlenart
Copy link

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
Copy link
Member

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

@Domlenart
Copy link
Author

@Domlenart
Copy link
Author

@stolarczyk
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants