You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We started working on applying different machine learning algorhitms to the data and planned to improve thew predictions by filtering clear outliers using SVM.
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.
The text was updated successfully, but these errors were encountered: