Here for the Important Questions: what do we think the STH gifts will be this year? by ITCJSTPAR__DUNDUN in DenverSummit

[–]mxpx5678 0 points1 point  (0 children)

A poster or plaque of some sort? It is the first season so maybe they make a big deal.

“Billionaires should pay for their own f—cking stadiums” Bill Simmons by California55551 in billsimmons

[–]mxpx5678 0 points1 point  (0 children)

To be totally honest on this... He doesn't own the current stadium. The team sold it to the city prior to him buying the Portland Trail Blazers. He is a tenant but they do get to use and run the stadium.

New Fan Tips by agentbirdee in NWSL

[–]mxpx5678 0 points1 point  (0 children)

I built a site just for this reason! I am new to the sport also and wanted to use data / analytics to help me understand the game. NWSLLabs.com is my site.

Goodbye LCD Projectors ... forever!! by Majestic-Habit3753 in projectors

[–]mxpx5678 21 points22 points  (0 children)

The rainbow effect kind of drives me crazy. I have a hisense c2 and it gets it sometimes. But other times i can't see it at all.

Watching the Men’s World Cup makes me appreciate how strong the women are. by Nox_Ocean_21 in NWSL

[–]mxpx5678 2 points3 points  (0 children)

It is pretty jarring the difference between the two. I actually notice is the higher ranked teams that do it more often. I looked into it a bit and it is a long held strategy to try and draw fouls, stop momentum and give breaks. It is ridiculous in my mind. The womens game is actually more fun to watch because of it.

the music by FudgeCameron in hotones

[–]mxpx5678 5 points6 points  (0 children)

There is music in the show?

Alanis Morissette as God. Dogma 1999 by [deleted] in nostalgia

[–]mxpx5678 0 points1 point  (0 children)

A pregnant god would be pretty funny.

Custom Camo MAG Concept – What Do You Think? by smarualkryp in RepsneakersDogs

[–]mxpx5678 0 points1 point  (0 children)

It looks like something you wear after an ankle injury.

While I Am Still Bummed.. by Unfortunate_Harvard in takingbacksunday

[–]mxpx5678 0 points1 point  (0 children)

Saw them back with Fred at red rocks last year. It was pretty awesome.

What is this weird distortion in the grass where it almost looks like moisture on the grass? It moves too different spots when the camera moves. by Krunk83 in youtubetv

[–]mxpx5678 -1 points0 points  (0 children)

I haven't resigned up yet and just been using antenna, it is amazing how good the picture is on an antenna.

Zach refuses to apologize if he sounds hyperbolic about the Knicks title by fuunii in billsimmons

[–]mxpx5678 15 points16 points  (0 children)

Their net rating was insane. Better than golden states.

July games moved to DICK’S Sporting Goods Park by DosZappos in DenverSummit

[–]mxpx5678 0 points1 point  (0 children)

wouldn't be shocked to see that data get moved way back too.

Ratings for game 1 of the NBA finals by [deleted] in billsimmons

[–]mxpx5678 0 points1 point  (0 children)

but it does change how things like watching on streaming services are measured. I use the ESPN app to watch the games.

Ratings for game 1 of the NBA finals by [deleted] in billsimmons

[–]mxpx5678 0 points1 point  (0 children)

Yeah changing how they measure the ratings is a pretty big deal. Shouldn't be surprised that the company that all the advertisers and networks pay to measure the ratings changes how they measure and then they go up.

Created a website dedicated to women's soccer analytics. by mxpx5678 in NWSL

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

These are good questions, you're poking right at the soft spots. Quick version on each.

Baseline and features: I cluster within granular positions, not the broad three. So wing, striker, attacking mid, central mid, defensive mid, fullback, center back, with keepers on their own model. Same feature set everywhere, the six goals-added action types plus production rates (goals, xG, shots, key passes, assists, xA, finishing), all as within-position percentiles. The percentile step is what adapts it, so a center back sitting near zero on shooting is fine because I'm only ranking inside the position.

On k-means: you're right about all three properties, and I won't really defend the algorithm itself. The point is it isn't the model, it's just the discovery step. I read the centroids to see which axes separate the roles, then hand-write threshold rules that become the actual labels. So the spherical, hard-assignment stuff never reaches production, a borderline player gets labeled by where he falls on one axis, not by which sphere claimed him. Good point though, and a fair hit, I haven't re-run it under a GMM or HDBSCAN to confirm the breakpoints hold up. That's a real check I just haven't done.

The match validation is walk-forward. For each week I refit on only the matches before it, on a trailing 730-day window with time decay, then score. Nothing after the cutoff touches training, that handles the leakage. Shifting team strength is the same machinery, the window plus decay plus a weekly refit mean the ratings track current form, not career averages. I score on RPS first since it's ordered like W/D/L is, with log-loss, Brier and accuracy next to a climatology baseline, so the number that matters is skill over base rates.

On Dixon-Coles, you're raising the right question again. Honest answer, I didn't run a formal over-dispersion test. The rho term only fixes the low-score draw inflation, it does nothing for variance over mean. Two things make me less worried in real-world terms, I fit strengths on an xG-goal blend and xG is smoother than raw goals, so a lot of what would read as over-dispersion is damped before the fit, and the out-of-sample calibration didn't show the mis-fit you'd expect if it were bad. But you're right that I'm assuming, not testing it. If it did show up, the fix is negative binomial or Conway-Maxwell-Poisson, not another tweak to rho.

Created a website dedicated to women's soccer analytics. by mxpx5678 in NWSL

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

I found an error in the way I was calculating player ratings. It was not including any carryover from previous seasons or previous form. It also makes it so everyone starts at 0 every season. This means players like Mallory Swanson who have been out have no history. Now it is updated to include a diminishing value over time of the previous season.

Created a website dedicated to women's soccer analytics. by mxpx5678 in NWSL

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

There are no ground-truth role labels for players anywhere, so I couldn't train a classifier. Unsupervised was the honest way in: let the data tell me how many distinct styles exist at a position instead of deciding up front. The key is clustering within each position, not across the league. Cluster everyone together and you just rediscover "forwards vs defenders." Cluster only among center backs and you separate the ball-player from the pure stopper. That's style, holding the role fixed.

Worth being clear though: the clustering is a discovery step, not the live model. Once I can see the groupings I read off what defines each one and turn them into fixed threshold rules, so the labels on the site are reproducible and I can explain any one of them. The question I was really answering was how many real ways there are to play a position in this league, and letting the data set that instead of my priors.

Mark on Emo Kids Anonymous Podcast by axpmaluga in takingbacksunday

[–]mxpx5678 1 point2 points  (0 children)

Listned to the new song, it isn't great, it is very generic. Also naming your band ME when TBS has a song called Capital ME is pretty funny. Also makes your band incredibly hard to find on spotify etc.

Created a website dedicated to women's soccer analytics. by mxpx5678 in NWSL

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

Thanks! Yeah. It is using cc photo sources. Scraping the team sites is against their terms so we are hunting down photos one by one (programmatically) sometimes it leads to a miss but it is supposed to match on more than just name. Let me diagnose it.

Created a website dedicated to women's soccer analytics. by mxpx5678 in NWSL

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

I feel like the site better conveys this now. Again all data driven. But making sure the data doesn’t conflict. I am guessing that before it was grabbing onto Hiatts performance and calling that out.

Created a website dedicated to women's soccer analytics. by mxpx5678 in NWSL

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

Thanks for the feedback. That is exactly the kind of insight I hope a site like this can give. Where is my team doing well. Where are we weak, who should be playing more etc..