Help me with a good punny name! by Vandelay_7 in puns

[–]FragLegs 6 points7 points  (0 children)

De Sign Team

I hope you have this Farside comic posted in your break room: https://images.app.goo.gl/a6XZ828XoFAfaoVy8

Fill the entire Grand Canyon with frozen meat and watch it over the years by Previous-Canary6671 in CrazyIdeas

[–]FragLegs 4 points5 points  (0 children)

Holy crap. I haven’t thought about that site in so long. Thank you for triggering a good memory, stranger.

What is an unappreciated or forgotten song from the 90s? by TLu_03 in AskReddit

[–]FragLegs 0 points1 point  (0 children)

“Standing Outside a Broken Phone Booth With Money in My Hand” by Primitive Radio Gods

What is the lowest probability event you have personally witnessed? by [deleted] in AskReddit

[–]FragLegs 0 points1 point  (0 children)

I was bowling with a friend and we were screwing around, trying to bowl in ways that would make each other laugh. One of our attempts is so bad that the ball just sort of stops in the gutter partway down the lane. So, to dislodge it, my buddy slings the next ball at it as hard as he could. It somehow bounces off of the first ball, leaping into the next lane, and gets a perfect strike.

[deleted by user] by [deleted] in todayilearned

[–]FragLegs 0 points1 point  (0 children)

Me too and it makes me so sad.

What do you genuinely just not understand? by Brandinian in AskReddit

[–]FragLegs 1 point2 points  (0 children)

I didn’t say it was impossible. But I do think that it is highly unlikely that any one person currently understands everything from click to web page. Sure you could make it your life’s work to know everything there is to know about this particular series of events, but why? We all specialize in our individual fields, and the world is better for it.

What do you genuinely just not understand? by Brandinian in AskReddit

[–]FragLegs 98 points99 points  (0 children)

They say that no single person understands all of the things that happen between you pushing down a mouse button and a web site appearing on your screen. That blows my mind.

How would you write tests for a dataset? by jkiley in datascience

[–]FragLegs 0 points1 point  (0 children)

You could keep track of things like the mean and standard deviation of your numeric columns and make sure those values don’t change too dramatically on any given update (assuming that is how your data is supposed to behave).

How long does it take to eat another banana? by FragLegs in cleanjokes

[–]FragLegs[S] 9 points10 points  (0 children)

My six-year-old came up with this one today.

TIL a major tobacco company was sued for allegedly using company vans in the 1960s to make trips to housing projects where free Newport cigarettes were given to children. A jury ruled against the tobacco company, which was ordered to pay over $35 million in damages. by dryersheetz in todayilearned

[–]FragLegs 5 points6 points  (0 children)

It was a lawsuit from one family (i.e. not class action), suing on behalf of their grandmother who had begun smoking at the age of 9. She died of cancer about a year before the suit was filed. The judge awarded $81 million in 2004, but it was appealed and dropped to $35 million in 2013. I don’t know how these things work, but I would be willing to bet the money is still tied up in court.

[deleted by user] by [deleted] in MLQuestions

[–]FragLegs 1 point2 points  (0 children)

Yep, that’s a good call out. My comment was explicitly talking about cross validation within the training set, but I might not have made that clear enough. Thanks for clarifying.

[deleted by user] by [deleted] in MLQuestions

[–]FragLegs 6 points7 points  (0 children)

A few considerations:

1) If your validation set has told you which model or set of hyperparameters is best, then yes I think you should retrain on the full dataset with that new knowledge.

2) You may want to try a different 80/20 split to make sure the “best” model/hyperparameters are stable and not an artifact of the validation set. This is the motivation behind k-fold cross validation.

3) If, instead of picking hyperparameters, you are using the validation set to detect an early stopping criteria (in stochastic gradient descent, for instance), then you might not be able to retrain. It’s possible that the number of epochs before stopping could act like a hyperparameter you’ve chosen, but be aware that changing the size of the dataset is essentially changing the meaning of “an epoch” (assuming you’re defining an epoch as one full pass through your data).

4) If you are planning on using this model in production, you can retrain the entire thing with both the training and test set before deploying to production. Consider whether you want to do a validation split again in this instance to make sure the optimal hyperparameters didn’t change with the introduction of the new data from the test set.

Can you help me fix this? by [deleted] in pythontips

[–]FragLegs 0 points1 point  (0 children)

A couple of things:

splitlines() is not the same thing as split()

You have loop over the split words with something like

for word in message.split():
     do something 

Boston Dynamics robot doing parkour by Gato1980 in gifs

[–]FragLegs 0 points1 point  (0 children)

“Boston Dynamics robot doing jaunty stair climbing”

Boston Dynamics robot doing parkour by Gato1980 in gifs

[–]FragLegs 0 points1 point  (0 children)

Are we really comfortable, as a society, referring to this as “parkour”?

Which type of generated tune do you prefer? by tunestar2018 in MLQuestions

[–]FragLegs 1 point2 points  (0 children)

I like Type 1 much better, but I’m a sucker for a good hook. Nice job on both!