Ask HN: Machine learning engineers, what do you do at work?
1–10 of 233 posts
Re: Ask HN: Machine learning engineers, what do you do at work?
#295% of the job is data cleaning, joining datasets together and feature engineering. 5% is fitting and testing models.
Re: Ask HN: Machine learning engineers, what do you do at work?
#3The opposite of what you’d think when studying machine learning… 95% of the job is data cleaning, joining datasets together and feature engineering. 5% is fitting and testing models.
Re: Ask HN: Machine learning engineers, what do you do at work?
#4Not my main work, but spending a lot of time gluing things together. Tweaking existing open source. Figuring out how to optimize resources, retraining models on different data sets. Trying to run poorly put together python code. Adding missing requirements files. Cleaning up data. Wondering what could in fact really be useful to solve with ML that hasn't been done years ago already. Browsing the prices of the newest GPUs and calculating whether that would be worth it to get one rather than renting overpriced hours off hosting providers. Reading papers until my head hurt, that is just 1 by 1, by the time I finish the abstract and glanced over a few diagrams in the middle.
Re: Ask HN: Machine learning engineers, what do you do at work?
#5Environment broken
Spend 4 hours fixing python environment
pip install Pillow
Something something incorrect cpu architecture for your Macbook
Spend another 4 hours reinstalling everything from scratch after nuking every single mention of python
pip install … oh time to go home!
Re: Ask HN: Machine learning engineers, what do you do at work?
#6The opposite of what you’d think when studying machine learning… 95% of the job is data cleaning, joining datasets together and feature engineering. 5% is fitting and testing models.
Sounds like a Data Scientist job?
There is a lot of toil and unnecessary toil in the whole data field, but if you define away all of the "yucky" parts, you might find that all of those "someone elses" will end up eating your lunch.
Re: Ask HN: Machine learning engineers, what do you do at work?
#7Re: Ask HN: Machine learning engineers, what do you do at work?
#8pip install pytorch Environment broken Spend 4 hours fixing python environment pip install Pillow Something something incorrect cpu architecture for your Macbook Spend another 4 hours reinstalling everything from scratch after nuking every single mention of python pip install … oh time to go home!
Re: Ask HN: Machine learning engineers, what do you do at work?
#9pip install pytorch Environment broken Spend 4 hours fixing python environment pip install Pillow Something something incorrect cpu architecture for your Macbook Spend another 4 hours reinstalling everything from scratch after nuking every single mention of python pip install … oh time to go home!
Re: Ask HN: Machine learning engineers, what do you do at work?
#10pip install pytorch Environment broken Spend 4 hours fixing python environment pip install Pillow Something something incorrect cpu architecture for your Macbook Spend another 4 hours reinstalling everything from scratch after nuking every single mention of python pip install … oh time to go home!
Maybe pip should not work by default (but python -m venv then pip install should)