/data-science-faq

Aggregation of data science questions

MIT LicenseMIT

Data science FAQ

This is a personal list of data science questions with their answers

MySQL to Redshift

  • concat -> ||
  • ifnull -> nvl
  • year(col) -> date_part(year, col)

Data

Feature engineering

Calculate feature importance

  • Random forest (example)
  • Take feature out and check accuracy or Gini values (example)

Models

Deployment