21 thoughts any data scientist should read to succeed in the real world (that I learned the hard way):
1. Go talk to the person that will use the model before you start building it. You'll waste a lot less time.
(read on)
Fear of injury is a major reason people don’t lift weights despite a very low injury incidence of 2-4 injuries/1000 hours. People on social media who portray themselves as experts raising concerns of injury due to technique despite the lack of evidence are part of the problem.
@xLaszlo Yes absolutely, domain specific names for the features. I see, so you could break up the dataset and still have the various features (now belonging to different classes) linked via the common id of the entity (row in this case)
@xLaszlo how would you manage a dataclass with 100 attributes (e.g. dataset with 100 features)? Would you explicitly list all features in the dataclass and extract/assign each with .itertuples()? So in this example: engagements, replies, ... , feature100
One of the most common problems in machine learning:
How do you deal with imbalanced datasets?
Not only does this happen frequently, but it's also a popular interview question.
Here are seven different techniques to deal with this problem:
1 of 14
I start every ML project by creating these files, more or less in this order:
1. .gitignore/README.md
2. eda.ipynb
3. data_notes.md
Days later...
4. baseline.(py/ipynb)
5. https://t.co/W9EVm4QIk9
6. https://t.co/ssL5g4E2CJ
7. error_analysis.ipynb
Structure -> creativity
#Sunday💤day - Check out our latest #podcast on #OSA! An excellent complement to our other work covering this incredibly important topic!
https://t.co/PSwHOj1YCP https://t.co/V1C6PP5tPE
@marktenenholtz Really enjoyed the course! Inspirational and straight to the point. I'll be looking to apply this framework from here on out. Well worth the money IMHO.
5 stars were given😀
🔥#SundayFunday🔥 Burning heel pain got you down? It might be #plantar#fasciitis! Read this quick and informative article from @DMilesPT who educates us on heel pain, how to #rehab and how to #recover! https://t.co/5J9y88kR6A
💤#SundayFunday💤 Today we share a ���NEW⭐ article from @AustinBaraki featuring @NateGordonMD on the important topic of #SleepApnea: An incredibly common condition which can have serious consequences but is fortunately, very treatable! Check it out! 👇👇
https://t.co/H0SPaRBtsb
My 6 step pipeline for training tabular models:
1. EDA
2. Simple baseline
3. Create+test evaluation setup
4. Simple model with simple features
5. Error analysis
6. Feature engineering
Repeat 5+6 until you run out of time!