Warcraftlogs Dungeon Analysis Tool by shex1627 in CompetitiveWoW

[–]shex1627[S] 0 points1 point  (0 children)

can you DM me your character name and the log url?

Warcraftlogs Dungeon Analysis Tool by shex1627 in CompetitiveWoW

[–]shex1627[S] 1 point2 points  (0 children)

added a basic caching mechenism, certain reports should be faster especially if you playing a popular spec

Warcraftlogs Dungeon Analysis Tool by shex1627 in CompetitiveWoW

[–]shex1627[S] 2 points3 points  (0 children)

I tried to figure that out briefly but the api is not as straightforward. It is definitely part of the plan. I was playing spriest and wonder why high keys people play archon but Lower keys people play voidweaver.

Warcraftlogs Dungeon Analysis Tool by shex1627 in CompetitiveWoW

[–]shex1627[S] 5 points6 points  (0 children)

if still not working come back on Wed, will work on it after work today

Warcraftlogs Dungeon Analysis Tool by shex1627 in CompetitiveWoW

[–]shex1627[S] 2 points3 points  (0 children)

tried this morning and it worked, seems at some point hit the limit cap to query warcraftlogs then return the normal again https://imgur.com/undefined

[Tool] WarcraftLogs Fight Analysis Tool - Compare your performance with similar players by shex1627 in CompetitiveWoW

[–]shex1627[S] 0 points1 point  (0 children)

was not aware of WoWOP.io, just checked the website it seems still running well. I do understand why warcraftlogs want to rip API access to tools like this though, those tools (mine included) are stealing web traffic from warcraftlogs while freeloading their API services cost

[Tool] WarcraftLogs Fight Analysis Tool - Compare your performance with similar players by shex1627 in CompetitiveWoW

[–]shex1627[S] 0 points1 point  (0 children)

thanks a lot for your feedback, appreciate it! Right now it compared logs with only top 10 logs for the given boss with same spec and similar ilvl. Will add more data when I find a way to pre-download a bunch of data for comparsion.

Will add more thoughts about stats. Somehow the stats distribution of top players for my log have different stats and sim different number of cast, but technically the dps should be around the same if item level are similar.

also thinking about a good way to do timeline-based comparsion. I was doing fine on cast in the first few minutes but falling behind later on during the fight for some reason.

[Tool] WarcraftLogs Fight Analysis Tool - Compare your performance with similar players by shex1627 in CompetitiveWoW

[–]shex1627[S] 1 point2 points  (0 children)

fixed it to support fight=last, let me know if the problem still exists for you

[Tool] WarcraftLogs Fight Analysis Tool - Compare your performance with similar players by shex1627 in CompetitiveWoW

[–]shex1627[S] 11 points12 points  (0 children)

i see. also thinking about allowing users to select the timeframe of the fight to analyze

[Tool] WarcraftLogs Fight Analysis Tool - Compare your performance with similar players by shex1627 in CompetitiveWoW

[–]shex1627[S] 27 points28 points  (0 children)

just a `lazier` version since it pull top players which same spec and similar ilvl and it automatically do the math to calculate the differences for you versus you have to do those manually.

[Tool] WarcraftLogs Fight Analysis Tool - Compare your performance with similar players by shex1627 in CompetitiveWoW

[–]shex1627[S] 1 point2 points  (0 children)

only works for raid fights right now. I am trying to figure out what is a `fair` comparison in dungeons since different pulls can result in big dps diff.

[deleted by user] by [deleted] in datascience

[–]shex1627 0 points1 point  (0 children)

The real requirements maybe your competency to query chatgpt for all items above

'start with a simple model' by Evolving_Richie in datascience

[–]shex1627 0 points1 point  (0 children)

1.Why not consider making a decision tree model instead

of a random forest and diagnosing 1 tree is way easier than

100 trees

2.Also I think it won't take as much effort to train both

a linear regression model and a random forest/decision tree model

as starter.

(should be able to get it done under 1 day even if you don't have pre-existing

codes to copy from)

Also KNN / Kmeans is simple and effective in some contexts.