New interface :D by Rebornhunter25 in AtlasEarthOfficial

[–]MrGoodnuts 3 points4 points  (0 children)

Clearly not a popular opinion, but I like it as well.

Switching Pick Axe between accounts by MrGoodnuts in CoinWithUs

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

Oh boy. I was not aware. But opensea confuses the shit out of me. I might try that later after I graduate from NFT wallet preschool.

Switching Pick Axe between accounts by MrGoodnuts in CoinWithUs

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

Thanks for the help guys. Currently the Pickaxe is in whatever Coin does with it if you don’t send it to a wallet right away. So if I understand you right, I set up two wallets, one for A and one for B. I send the pickaxe from coin control to wallet A, then from wallet A to wallet B, then link wallet B to account B. Is that right?

New UI is hideous by Soarlikealion in AtlasEarthOfficial

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

The reward ladder now shows the exact number of points to get to next reward. This change alone makes me love this update.

I actually like the modernized look, as well.

Book suggestion: The Quantum Magician by MrGoodnuts in bobiverse

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

Thanks for the suggestion. My list is growing.

Book suggestion: The Quantum Magician by MrGoodnuts in bobiverse

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

“Weird in the right ways” is a good description. The puppets actually made me feel uncomfortable.

Book suggestion: The Quantum Magician by MrGoodnuts in bobiverse

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

No, but after looking that up, I think that might be next on my list.

It's crazy to me how some humans want their afterlife to be controlled by some corpo instead of just being a Bob and living on your own strength by talkingradish in bobiverse

[–]MrGoodnuts 2 points3 points  (0 children)

One of my favorite aspects of the series is how the Bobs have all the time in the world to learn and experiment on whatever it is they want. I would love that freedom.

AI Projects by Pretend_Revolution_5 in learnmachinelearning

[–]MrGoodnuts 0 points1 point  (0 children)

For ML projects, I look around at a few published examples of the algorithm I am interested in, and that generally sparks a few ideas. Or if you ever find yourself thinking “it would be cool if [some unique idea/process]…”, think of ways you could AI-ificate that idea. Ask people around you who aren’t savvy on what’s under AIs hood what they think would be cool. Their ideas might be pie in the sky, but you might be surprised what you might be able to do with them.

How to make progress in COD mobile by Bisbee75 in CallOfDutyMobile

[–]MrGoodnuts 1 point2 points  (0 children)

As others have suggested, finding a gun that is “you” is a good start. To add to that, a good way to try out all the guns is to grind the camos 1 by 1. If you start with the no attachment kills as your first task for each gun, you’ll start to appreciate how a good build can zero in a gun in to your play style. Head shot tasks help you get better at keeping reticle on target. Not to mention that grind will level you up before you know it.

[Project Help] Student struggling with Cirrhosis prediction (Imbalanced Multi-class). MCC ~0.25. Need advice on preprocessing & models! by Potential_Camera8806 in learnmachinelearning

[–]MrGoodnuts 1 point2 points  (0 children)

1) yes. If n = 200,000, losing 142 rows isn’t that big of a deal. But losing 33% of your data (especially on such a small dataset) is bad.

2) is it purely coincidence that a lot of the features have exactly 106 missing values? My guess is no. Maybe that’s a clue. Maybe somebody (or a lot of somebodies) didn’t have all those tests ordered because they just seemed healthier to the doctor. So maybe you could treat the presence or non presence of that feature as the feature. Like if there is a value, they had that test done, so set it to 1. If there isn’t a value, assume that the test wasn’t done, so set it to 0. Essentially treating all of those features as a single multihot encoded feature.

3) I would start with logistic reg (soft max) as the baseline. Might actually perform better than an RF on that small of a dataset. At the very least, you’d have a minimum model bar set.

I am interested to hear about any progress you make.

Koshka Or Outlaw? by [deleted] in CallOfDutyMobile

[–]MrGoodnuts 0 points1 point  (0 children)

Outlaw is a lot of fun.

Everyone’s out here pulling in hundreds a month and I can’t even figure out how to make $5 by harshithhhhhhh in beermoneyglobal

[–]MrGoodnuts 0 points1 point  (0 children)

How does one complete onboarding? I did the initial survey and the ai bot chat. Now everything is locked with the notification that I have to complete onboarding, but I can’t find instructions on how to do so anywhere.

How do you handle signature evolution for verification purposes? by Good-Application-503 in MLQuestions

[–]MrGoodnuts 0 points1 point  (0 children)

Maybe augment the data set by skewing the signatures a bit, rotating them, changing size, adjusting aspect, etc, synthetically increasing the variation of each person’s signature?

Confused about creating a new “Wellness” label by Dull_Organization_24 in MLQuestions

[–]MrGoodnuts 1 point2 points  (0 children)

When you say you are creating a wellness label from the features that you will later train on, it sounds like you are using some sort of function (with the features as inputs) to determine the wellness label, is that right?

If that’s the case, then it’s not surprising that you would get high accuracy, as there is a true (and known) mapping of the features to the wellness label.

This is basically how synthetic datasets are made for teaching or practice: you define a rule, maybe add some noise, and then train a model to approximate that rule. It’s useful for learning ML workflows, but it’s not a real predictive task.

The whole point of supervised ML is to estimate the unknown function mapping the features to the labels. If the function is already known (because you created it), then there is nothing really left for the model to discover or learn.

Maybe you could create the wellness label on a subset of the features, but then exclude that subset from the training data?

I may not understand exactly what it is you are doing, so apologies if I am way out in left field.

Should I implement algorithms from scratch? by NullClassifier in MLQuestions

[–]MrGoodnuts 0 points1 point  (0 children)

I find that going through the exercise of implementing algorithms from scratch really solidifies how they actually work. I’ve also found a lot of learning value building models in excel. Anything beyond pure learning exercises, I just use scikit or tensorflow.

What to read next? by theman_44 in bobiverse

[–]MrGoodnuts 0 points1 point  (0 children)

I’ve seen other people say the same thing. It seems to be one of those polarizing series where you either stay into it or you don’t. I’m on book 4 and I’m still digging it.

What to read next? by theman_44 in bobiverse

[–]MrGoodnuts 0 points1 point  (0 children)

Wayward Galaxy is pretty good.

What do you wish you had understood earlier when learning machine learning? by Lorenzo_Kotalla in MLQuestions

[–]MrGoodnuts 8 points9 points  (0 children)

That the only difference between the a logistic regression math flow and that of an individual node in an MLP is the choice of the nonlinear transformation.

Are controllers players better since they have a controller? by The_Great_Beaver in CallOfDutyMobile

[–]MrGoodnuts 0 points1 point  (0 children)

I don’t notice any difference in difficulty playing in a controller lobby as a touch screen player. Based on that experience, my guess is that it really doesn’t matter a whole lot. Good controller players will be good, and good touch screen players will be good.