Skip to content

Appendix: Interview: DS General Interview

Mikiko Bazeley edited this page Jul 16, 2019 · 1 revision

Resources:

My checklist:

  • create functions that do the following:
  • A function that plots all the variables against the label (this will already give you some insights to talk about!)
  • A function that bins continuous variables into classes.
  • A function to extract info from dates.
  • A function building the ROC curve and optimizing the cutoff point.
  • A function to cross-validate.
  • A function that returns partial dependence plots for the top random forest variables.
  • A function that builds a decision tree and automatically extracts the top 3/4 splits.
  • Basic feature engineering tasks
  • Functions for parameter tuning
  • be able to:
  • Do cleaning without standard packages
  • Cleaning & muning with numpy, pandas, regex, etc
  • SQL joins
  • Know:
  • Different types of machine learning tasks
  • Common algorithms for tasks
  • Key measures of performance
  • Model interpretability

Clone this wiki locally