1. feature engineering
2. label engineering
3. experimenting with different models
4. hyperparameter tuning
5. summarizing/explaining model performance
6. automating training and deployment
7. <something I missed>
-1. Motivating and making the business/scientific case for building a classifier.
0. Collecting, cleaning, and exploring data.
- studying ethical implications of the model (@profelisacelis)
- aligning model output w/ real objective (@jeremystan, @sharathrao, @rwhitcomb)
- making deployment cycle fast (@cdubhland, @vboykis)
- figuring out how to use clojure (@randyzwitch)
- I liked all the answers about making sure you're solving the right problem. That is often interesting.
- I am surprised people like feature engineering and modeling so much. Machines may be taking that job away from you soon :)
[1/2]
- Automating training/deployment got little love, but useful models need to be constantly retrained/monitored and this is hard.
[2/2]