Technical interview
Part 1 - General Data science
- Google Colab notebook
- Install packages (pandas, numpy, matplotib)
- Download and import dataset (bike share company dataset)
- Provide a sample of the data
- Show a summary of the dataset. Be able to explain datatypes
- Explain interquartile ranges
- Extract distribution of a single column
- Create a chart with this data
- Describe the distribution of data
- Describe correlation coefficient
Part 2 - Machine Learning
- View a machine learning model and explain how it works
- View code for linear regression and be able to explain the math behind it.