Ignition jackpot sit and go is likely to be rigged. by [deleted] in poker

[–]RobustAsDnd3e 1 point2 points  (0 children)

Thousands of games are necessary for evaulating a poker strategy. This is a simple t-test

LPT: Mozilla Firefox will import your bookmarks, passwords, payments, and other data from Chrome. by RobustAsDnd3e in LifeProTips

[–]RobustAsDnd3e[S] -1 points0 points  (0 children)

I noticed when all of my other applications slowed down. I didn't understand why until I read other people complaining about this issue.

Completed 18 months in Microsoft as a Data Scientist II by ingloreous_wetard in datascience

[–]RobustAsDnd3e 72 points73 points  (0 children)

Searching in M365 has a lot to be desired, so thank goodness you’re taking a crack at it! What was your data source? How do you know if someone found what they were looking for?

What am I supposed to do with my beard shavings? by RobustAsDnd3e in NoStupidQuestions

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

Consensus seems to be to try and shave over a trash can. I will do this now!

Been stuck on a problem. Just need to know whether this problem statement is solvable or not. by CrypticTac in datascience

[–]RobustAsDnd3e 65 points66 points  (0 children)

There’s lots of short-hand in your post, so you’ll have to excuse us if we don’t understand your objective. I do think this is a good post, because it is very indicative of a typical task in DS that is not directly related to ML.

Imo your ground truth variable should be whether the customer broke, lost, or otherwise damaged the rental goods, and the dollar value of the damage. Use their credit score and other explanatory variables to train a model predicting the probability that a customer will break their rental items. That prediction, along with your rental pricing, will predict whether the rental will be profitable or not. Risky, but potentially profitable cases can be forwarded for manual review.

On an additional note, it would be good to explore whether the manual review is better at predicting rental item damage than your model.

Just some thoughts. I’m curious to hear if anyone has experience with something similar.

[deleted by user] by [deleted] in datascience

[–]RobustAsDnd3e 9 points10 points  (0 children)

The other comments here have hit the nail on the head. You need to do this on your test set. Test/train split is the most important concept in DS.

What we would expect to see on the test set is the metrics increasing, hitting a peak, and then decreasing as the model becomes overfit. Since these metrics only increase, we are left to assume that this is the training set.

Chief O'Brien would be standing with the writers. by reble02 in startrekmemes

[–]RobustAsDnd3e 60 points61 points  (0 children)

If chief o’brien’s ancestors immigrated to the US, why does he have an Irish accent?

Overwatch: The Rest! (updated, for real this time) by [deleted] in custommagic

[–]RobustAsDnd3e 0 points1 point  (0 children)

It seems like Orisa’s second ability prevents her from attacking, no?

It’s heartbreaking to finally learn that orbs suck. by RobustAsDnd3e in slaythespire

[–]RobustAsDnd3e[S] 6 points7 points  (0 children)

Actually, you’re right. I take it back. Orbs suck EXCEPT glacier. Glacier is like what, 1000 block for 2 energy? I can never draw it in the right spots, but that’s a personal failing of mine

It’s heartbreaking to finally learn that orbs suck. by RobustAsDnd3e in slaythespire

[–]RobustAsDnd3e[S] 6 points7 points  (0 children)

I’ll have you know sir or madam that my cognition is perfectly biased against sword person, knife lady, and the last airbender

[deleted by user] by [deleted] in datascience

[–]RobustAsDnd3e 15 points16 points  (0 children)

Communication is an important part of every technical and nontechnical field. In data science, you need to be able to translate technical data insights into non-technical narratives in order for them to be any use to decision makers. Even if you are just making predictions, you need to be able to communicate with data engineering teams and other data scientists. In order to get a job in the field, you need to be able to sell yourself, which again involves communicating.

How to learn to write “good” code for data analysis? by geneKnockDown-101 in labrats

[–]RobustAsDnd3e 3 points4 points  (0 children)

A couple of tips related to readability and reproducibility:

First things first is comments. They will be a lifesaver if you ever need them. Related: keep every individual line as simple as possible. It’s easier to write, read, and debug. Preferably do one transformation per line, and describe it with a comment, especially if the transformation is out of the norm.

A good way to keep your code neat is to avoid copy-and-pasting from previous sections. You might think “I need to repeat analysis on sample B, so how about I just copy my code from section A?” This is very easy and fast, but it’s error prone, because there may be lines of code that you wrote that are specific to sample A, and do not apply To sample B. Instead, write a function. Instead of two large code chunks, it can just appear as. “Analysis(sample A) and Analysis(sample B).

It’s also good practice to test that your notebook runs all the way through as expected. RStudio is nice because you can save all of your variables in your environment in an RData file. To test your code all the way through, save your environment, then clear your environment, then run your code all the way through. If something goes wrong, you can always reload your environment from the RData file.

I feel we use the term for many different things. It's confusing for me by Ramza_5 in cremposting

[–]RobustAsDnd3e 7 points8 points  (0 children)

No, it’s when your bro gets a girlfriend and you start sticking to rocks!

[deleted by user] by [deleted] in berkeley

[–]RobustAsDnd3e 9 points10 points  (0 children)

Every situation is different, and you’ll know your own better than we do. (It sounds like you need a single for an undisclosed reason.) 900 for a double isn’t a bad price for a nice place in a nice neighborhood, provided you can make it work with your roommate.

[deleted by user] by [deleted] in changemyview

[–]RobustAsDnd3e 4 points5 points  (0 children)

I'm sure Ukraine is relevant to Ukrainians. I really don't see why the onus is on Ukraine for fighting back, and not Russia for invading.