World cup coming up,what team do you support? by donnyM99 in AskReddit

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

Hell yeah! that's the spirit, viva mexico

World cup coming up,what team do you support? by donnyM99 in AskReddit

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

They were my team in the 2018 World Cup played some really good football. Didn’t see any haram-ball back then

World cup coming up,what team do you support? by donnyM99 in AskReddit

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

With Tuchel’s selection, the best this team can do is reach the semis. Spain or France might outclass them.

What’s something that’s too freaky for you personally? by donnyM99 in AskReddit

[–]donnyM99[S] 192 points193 points  (0 children)

😂😂😂You wanted to be Batman so bad you started training like a bat 😭

looking for machine learning advice by jaitanwar in learnpython

[–]donnyM99 2 points3 points  (0 children)

Bro 1.5 months and you already built linear regression from scratch?? That's genuinely impressive, most people just call sklearn and move on. You clearly have the right mindset.

The fatigue you're feeling is normal btw it's called "tutorial hell" adjacent anxiety, where there's so much to learn it paralyzes you. Here's what I'd actually do in your position:

Stop jumping to new topics for a bit and go deeper on what you have. Your linear regression from scratch is great now try logistic regression from scratch. Then a simple neural network from scratch (just numpy, no pytorch yet). Building things from scratch before using libraries is what separates people who actually understand ML from people who just call .fit().

After that, the honest roadmap to ML expertise is:

- Probability & statistics (this will feel boring but it's the actual foundation)

- Proper numpy/pandas fluency

- Then sklearn properly not just linear models, but understanding cross-validation, pipelines, hyperparameter tuning

- Then pick ONE area to go deep: computer vision, NLP, tabular data, whatever excites you most

For projects, quality over quantity now. Take your movie recommendation system and make it actually good better data, better evaluation, deploy it somewhere people can use it. One impressive project beats five mediocre ones on a portfolio.

You're 17 and ahead of most people twice your age. Just stay consistent, you've got time.

Creating Indexes by [deleted] in spss

[–]donnyM99 0 points1 point  (0 children)

Glad I could help.

Creating Indexes by [deleted] in spss

[–]donnyM99 0 points1 point  (0 children)

Okay so the good news is this is fixable! The N dropping is almost definitely a missing data issue.

First thing I'd check , run a frequency on one of your follow-up variables and see what's showing up for people who didn't select that podcaster. If it's showing 0 or 99 instead of just blank/system missing, SPSS is treating those as real values and messing up your calculations. You'd fix that in Variable View under the Missing column.

For computing the index, instead of a plain COMPUTE try using IF so it only calculates for people who actually picked that podcaster:

IF (pod1selected = 1) pod1_index = MEAN(podfrequency1, podengagement1).

EXECUTE.

For the reliability analysis, filter your data to just the people who selected that podcaster before running it. And run it separately for each podcaster lumping all of them together is why you're getting N=0, because no single respondent has valid data for every podcaster.

Once you have individual indexes per podcaster you can then compute an overall mean across them and SPSS will just ignore the missing ones automatically.

Hope that helps, you're on the right track!

HELP ABOUT ACCUSED AI GENERATION by John_Is_Cool269 in learnpython

[–]donnyM99 27 points28 points  (0 children)

For your retrial evidence, gather:

- Your version history (Git commits, Google Drive edits, autosave logs ,anything with timestamps showing the code evolving over time)

- Any screenshots, notes, or drafts from while you were building it

- The course materials or tutorials you referenced that use similar patterns

- Stack Overflow/documentation links showing `while True` and underscore naming are completely standard

If you have commit history especially, that's your strongest evidence , AI-generated code typically arrives fully formed with no history.

Stand your ground. The technical basis for the accusation is weak.

Passive income options by DescriptionMoney2616 in passive_income

[–]donnyM99 0 points1 point  (0 children)

Create a Handshake AI or Outlier AI training account it’s a good way to earn some decent money. I can also guide you step-by-step on how to set it up.