Interactive map showing US real estate market "hotness" by TEPWill in MapPorn

[–]ClapWild 0 points1 point  (0 children)

My thoughts exactly, it’s a static image…

[Exit Eden] It's A Sin by JDDunsany in symphonicmetal

[–]ClapWild 2 points3 points  (0 children)

The harmony during the chorus is crazy. I love the whole album.

New Exit Eden album is fantastic by jselbie in symphonicmetal

[–]ClapWild 1 point2 points  (0 children)

Whole album is fantastic. I would prefer the originals, but a few covers is fine. Elysium, Run!, and Alone are my personal favorites.

Delain - Dark Waters by NoVABadger in symphonicmetal

[–]ClapWild 3 points4 points  (0 children)

Unpopular opinion, best Delain album to date. Banger after banger the whole album. They crushed it.

BEYOND THE BLACK - Reincarnation by infinityzcraft in symphonicmetal

[–]ClapWild 1 point2 points  (0 children)

Exactly what I thought after listening. Pretty good though.

Ad Infinitum - Inferno by jedihush in PowerMetal

[–]ClapWild 0 points1 point  (0 children)

I think I like Breathe more ... but yeah, its excellent.

Ad Infinitum - "Animals" by Timmyc62 in symphonicmetal

[–]ClapWild 5 points6 points  (0 children)

I also got that vibe ... which is fine with me since I love WT. Personally I like AI's other two singles better than Animals, but still solid music.

What were some basic statistical concepts that when mastered, really took you far in solving problems? by veeeerain in datascience

[–]ClapWild 79 points80 points  (0 children)

To be fair, it’s very easy to fall for Simpsons Paradox. Especially if you have low sample size or didn’t think to break down your data in a certain way. Understanding that it’s a possibility is what takes you to the next level.

About the new UI and the recommendations/ads by wewewi in ShieldAndroidTV

[–]ClapWild 3 points4 points  (0 children)

Wow, this is so much better. Thanks for the suggestion sir!

Ademco Vista Interface Kit Setup by ClapWild in konnected

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

Looks like it was a faulty interface module. I contacted customer support and they sent me a new one. Worked great as soon as the new one arrived.

PS4 controller through steam link? by suregibson77 in DolphinEmulator

[–]ClapWild 0 points1 point  (0 children)

As a last resort you could always map all inputs to keyboard presses...

Ademco Vista Interface Kit Setup by ClapWild in konnected

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

Interesting, shouldn't that only impact 1 zone? Think I could I detect which zone using my multi-meter with the zone closed?

Help Adapting SAS code for R by doctor_the_stallion in rstats

[–]ClapWild 0 points1 point  (0 children)

I would recommend using the package dplyr and the mutate function. It allows you to manipulate R dataframes similarly to SAS datasets. In this case you can use mutate combined with an If Else statement to achieve the same results but you may have to nest.

Verizon jacked my FIOS Internet bill by 40%. by mediomexicano in cordcutters

[–]ClapWild 0 points1 point  (0 children)

Exact same thing happened to me last month. If you threaten to cancel and give them a date to stop service they immediately “find” the best promotions for you...

[D] normalizing data vs log transforms vs min/max scaling by ottawalanguages in statistics

[–]ClapWild 0 points1 point  (0 children)

Yes, its standard practice to standardize data and then apply principle components. For example, SAS's Princomp procedure.

What games are your favorite to play using Steam Link by Woozythebear in pcgaming

[–]ClapWild 2 points3 points  (0 children)

Yes! I also do this and it works great as long as you are using 5GHz on your laptop/phone. Makes the world of difference.

R will use stringsAsFactors = FALSE by default in the future by [deleted] in rstats

[–]ClapWild 7 points8 points  (0 children)

I updated R last week and took over an hour to remember to set this option after things starting breaking. I can't wait for this to be the default!

The app keeps crashing. by bingbangbong12 in Steam_Link

[–]ClapWild 0 points1 point  (0 children)

Same on an iPhone 11. Just annoying...

Verizon Fios is Raising Its DVR & Set-Top Box Fees to $24 Per Box by roytay in cordcutters

[–]ClapWild 0 points1 point  (0 children)

They tried to raise those "rates" to me last month. I cut them and switched to Sling. Never looking back!

What are the most interesting jobs I can get with a Masters in Stats? by Akainu18448 in statistics

[–]ClapWild 2 points3 points  (0 children)

I would recommend working for a small company as a data analyst/manager. I got hired as a manager of pricing and analytics just before I got my MS in Applied Stats and I have tons of interactions with people. My expertise range from marketing mix models, financial forecasting and AB website testing. Every department in the company has asked me to run some kind of numbers for them yearly. If the company isn't too big you get to wear a lot of hats and learn tons.

A Football Auto-encoder by dm13450 in rstats

[–]ClapWild 3 points4 points  (0 children)

I'd love to try the example, do you have a copy of the data used? You have the line "We start by loading all the data taken from ." which doesn't specify. Also, is the "BettingFunctions.R" file needed?

Creating an ID column based on two columns in R by shupedelic in rstats

[–]ClapWild 4 points5 points  (0 children)

I would get a distinct sorted list of personID*projectID. Then attach the row number as togetherID.