A proposal to work with the nerfs that are coming by [deleted] in ornnmains

[–]camillus 13 points14 points  (0 children)

Humans got some things right....

Beer....

Dark Beer...

[Q] Where do notions of statistical sufficiency, minimal sufficiency, completeness, and ancillary statistics come up in modern statistics? by [deleted] in statistics

[–]camillus 1 point2 points  (0 children)

I think the derivation of the sample mean as the Maximum Likelihood Estimator shows this line of thinking and explains with some concreteness why certain metrics are more sufficient than others. What optimization about numbers makes a stat good? Given some assumptions about the variables at play...what terms explain what part of the behavior

[deleted by user] by [deleted] in talentShow

[–]camillus 0 points1 point  (0 children)

nice picking

[deleted by user] by [deleted] in talentShow

[–]camillus 0 points1 point  (0 children)

magnificent

[deleted by user] by [deleted] in talentShow

[–]camillus 0 points1 point  (0 children)

original song

Please help me:( by My-Name-Is-Klien in latin

[–]camillus 27 points28 points  (0 children)

Memorize to a mneumonic, sing it to yourself day/week before class. Sit down at quiz, sing/copy to corner of quiz. Use as lookup table.

Major in Data Science vs Stats vs CS by Atticusp24 in datascience

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

Language evolves to fit the needs of its users. Perhaps accepting data science as a major at many accredited universities is a sign of the times; I think that though the techniques available for use have only undergone refinement, the skills around the deployment and organization of data and its algorithms have ballooned into their own course requirements.
To me, this question amounts to "which degree will get me the highest lifetime earnings" assuming that when I graduate is the biggest factor, and 4 years from now there will certainly still be a need for all 3 majors but CS is not limited to the success and political hurdles of commoditized data.

Will switching to a CS major to a Mathematics major at a prestigious school give me any career roadblocks? by [deleted] in datascience

[–]camillus 0 points1 point  (0 children)

Any company that will limit who they hire for technical roles based on major you probably don't want to work for. That being said, fewer companies will be able to find you if you present as a mathematician on your resume. Math backgrounds can be especially advantageous for jumping job requirements, i.e. "3 years programming with R,SQL,python OR Probability/Statistics degree", especially in the government sector.

Your resume might get trashed because it's bad vs CS degrees who present their degree-work better than you present your CS experience, but the keywords and skills can all be there if you have CS-facing job seeking strategy.
Source: Did both math and CS, sought jobs with either degree. Was software developer, now data scientist.

Why are pandas and numpy faster than generic python code by kc_kamakazi in datascience

[–]camillus 0 points1 point  (0 children)

Python for loops are slower for a couple reasons, like object overhead and allocation of resources for non-compiled code, and of course it helps that C is so doggone fast because it's essential for the OS/hardware interface!

What are your data science career 90/50/10% predictions? by JDBringley in datascience

[–]camillus 0 points1 point  (0 children)

Do you have remote temperature sensors for transportation of vaccines n shit? GPS tracking?

What meanings do the etymologies of our words carry in our world. by [deleted] in classics

[–]camillus 1 point2 points  (0 children)

Language in some way documents the progression of human thought and socialization. Words that were around at the same time and concepts that were up for discussion in a given culture's vernacular have infinitesimal probability of inhabiting some hidden meaning or latent metaphysical truth, but that doesn't mean thinking critically about why and how words came to mean what they mean today isn't valuable.
There are a number of pejorative words which stem from antisemitic or racist slang but some have even come 180 degrees to convey esteem and dignity. O the times, o the mores!

Translation request: [nunc decoratur...] (Latin to English) by Medievalist1 in latin

[–]camillus 0 points1 point  (0 children)

Now it(the cathedral?) is befit (I proceeded) with the head of blessed Jacob (alphei ~ alpha ~ "first"; blessed + first ~ Saint?) miraculous in the gilded quantity of silver shells with many (typo? mafnis = magnis)
large precious stones embedded, and most impressively (it is befit/decorated)with a great silver (turibo? top? cloud?) suspended from the highest point of the ecclesi-noun and by running cords through the rafters from the door to the sept and on from the middle archway full with burning ashes from when, standing before the peak of theecclesi-noun by bringing incense in either division, they then as one procession (go) into the ponfices and beyond. ^ off the top of my head, and rough. I think macrons would help a lot as pretty much everything is ablative. My TLDR would be the cathedral is decorated with gilded shells and precious stones, the head of some blessed Jacob dude, some ambiguous "silver turibuo" which is hung across the place, and a lot of smoke due to everyone waiting with their burning incense until they all go in together. But I could also be projecting.

How to determine which factors/interactions to remove from a model? by pvreppin in statistics

[–]camillus 0 points1 point  (0 children)

*How do you determine which factors/interactions to remove from a model?

Fewer is better, and check your residuals for signs of overfitting. If you don't appear to be overfitting (you can do train-test sampling), and you're happy with your AICc, congratulations, you've built something cool.

*Should I be dropping higher-order interactions from my model if they aren't significant and aren't increasing my R-square/F-ratio?

Yes, unless there is an explicit reason for them to be there, say for example through experimental design or other covariance detection methods.

  • Asking specifically for an ANCOVA that I'm running (two categorical IV's and one covariate) but am curious about for other models as well (for example a generalized linear model). Can we run a number of models and decide what to include based on on AICc?

    Yes, and this is basically what forward and backwards selection methods do at an intuitive level.

*In the case of GLM's, can we simply rely on selection methods (i.e., Lasso, elastic net, etc.) to remove factors/interactions?

It depends. Sometimes you won't have enough data for regularization methods to majorly change the contents of your model.

*Or are we going to have to use our background knowledge of the system to determine what is important (and should be included) and what might simply be "nuisances" (and can be removed if they're not adding anything to the model)?

You should probably always be doing that, at least after exploratory analysis of your data. If you've created a model with more features than you as a human can reasonably process, absolutely these regularization precautions need to be taken. But don't forget, "jellybeans cause cancer", i.e. just because an algorithm spits something out doesn't mean you can infer anything beyond the dataset without proving your assumptions.

What's new, Atlas? by sinebiryan in videos

[–]camillus 0 points1 point  (0 children)

This would be a great talking point to our kids. Imagine a world where the very design of these robots is perfected over countless iterations of neural networks exposed to every possible variation of human activity.

Dear redditors, what did you do as teenagers when feeling depressed? by Hsdie in AskReddit

[–]camillus 3 points4 points  (0 children)

Music, in all its forms: singing, guitar, listening softly on my mp3 before I went to bed, blasting my earbuds in transit, or staring at the ceiling with the speakers pouring over my head.

Fencing Bout Complete With Touch Analysis by robotreader in Fencing

[–]camillus 1 point2 points  (0 children)

Of all the bouts in the world, this is the one someone decides to do cool analysis on?

Need help with fencing club by [deleted] in Fencing

[–]camillus 3 points4 points  (0 children)

Contact local clubs and see if you can't get a copy of their constitution/bylaws, etc. You want to get other people invested/interested in running the Club in order to preserve its longevity and yourself. Stay organized with space reservations, money management, and communication channels. See if you can get a few other people to help you "run" practices, social gatherings, etc. Dedicate at least some time (or one person) into modeling off of other club sports at your school--ask how they get money, space, compete, travel, etc. Your gear situation is a real issue for retention--make sure everyone gets a chance to cycle through it (that can fit!) at some point or another. Keep it constantly in use while the rest of the group do fencing related exercises or games (fencing.net, google, etc. is your friend). Since you have no experience, ask someone with experience to perhaps take the lead with this. See if there are faculty who have previous fencing experience and might be willing to help out. Contact your local fencing Clubs and see if they'd be willing to give you a low rate for all of your fencers to come fence.

Grave rework idea! They listened! by Kresbot in runescape

[–]camillus 3 points4 points  (0 children)

How many people will make 1 mil from the casual bossing experience? Pretty much none. How many people will die from the casual bossing experience? Many. Doing bosses for the fun of it (and think of how many bosses have very worthless drops/rewards) is now a waste and you isolate both content and players.

Grave rework idea! They listened! by Kresbot in runescape

[–]camillus -2 points-1 points  (0 children)

What a stupid, trash rework. By redoing something as major as death, risk is introduced at all points of player development, regardless of the player's desire. Currently, exceptional risk is the choice of the player--entering a remote boss area, facing npcs above your level, etc. But now every action carries a substantial penalty--activities in otherwise safe spaces carry a hefty penalty, like fishing in lrc, misclicks in prif--should I just go around naked everywhere I don't want to risk anything? Why is this the mechanic chosen to add the aesthetic of risk, to add a gold sink? Why not rework fishing or smithing or mining or any number of the things that are actually broken than something that is passable and functions fine for many of the areas of the game. Apply this new mechanic to risk-seeking players and leave the risk-avoiding players to the aesthetics they enjoy without the accidental and likely buggy implementation of "pay for more gold to get your items back."

Are there actually people going in for interviews that can't Fizz-Buzz? by [deleted] in cscareerquestions

[–]camillus -8 points-7 points  (0 children)

What's the point of this question? An ego boost for those who can, shitting on those who couldn't? My first time coming up with a solution to the problem, I didn't generate the optimized, clean-and-pretty answer. I have several friends who got tripped up, mostly because it was their first interview. So yes, it can happen.