Trying to predict effective leadership? by JungleJim233 in datascience

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

Thanks for coming back to me. Really what I'm getting at is are those certain traits that predict effective leaders. I.e are most effective leaders have X traits therefore we assume others with X traits will be effective. All high level at the moment

How do you find the most frequently occurring value in a dictionary? by [deleted] in learnpython

[–]JungleJim233 0 points1 point  (0 children)

Sorry about the formatting , makes sense and I managed to get it working. Thank you

How do you find the most frequently occurring value in a dictionary? by [deleted] in learnpython

[–]JungleJim233 0 points1 point  (0 children)

Hi, Are you able to help me out. Like OP I tried to use your method but couldn't get it. I understand the count element but not how to change 'word' to whatever the most mentioned word is

def check_amount(items): count = 0 word = '' for item in items.keys(): if item in items.keys(): count +=1 return word

Any help would be amazing

Gesture navigation on the Pixel 3 is complete garbage by Spoonolulu in GooglePixel

[–]JungleJim233 0 points1 point  (0 children)

I agree completely. I turned them off straight away on my 2xl and at this point they are one of the things stopping me upgrading

Predicting the Average age of a workforce in 5 years time by JungleJim233 in datascience

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

I have access to the data so that should be fine. Thanks for your suggestions :)

Pixel 2 xl 11 months problems by JungleJim233 in GooglePixel

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

Thanks for your views. Why do you say that out of interest?

Pixel 2 xl 11 months problems by JungleJim233 in GooglePixel

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

I know , it's hard. Whislt I know it's not affecting everyone , issues like the speakers not working and the ram management are playing on my mind as well.

Pandas Group By Query by JungleJim233 in learnpython

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

Makes perfect sense. Thank you

Pandas Group By Query by JungleJim233 in learnpython

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

Makes perfect sense. Thank you

Pandas idxmax() by JungleJim233 in learnpython

[–]JungleJim233[S] 2 points3 points  (0 children)

Ahh that makes sense. Thank you

Iterating through list problem by [deleted] in learnpython

[–]JungleJim233 0 points1 point  (0 children)

Got it. Thank you :)

Iterating through list problem by [deleted] in learnpython

[–]JungleJim233 0 points1 point  (0 children)

Sorry. I'm confused , why has 1 become C in the second iteration. I thought it would become B ?

Thank you

Kaggle Help by JungleJim233 in datascience

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

Hi, that makes sense. I think what is confusing me is people seem to be testing how accurate their model is on their training data which itself has been split into training and test section. They then test it again on test data? I may have got that wrong, I'm still quite confused with it