Junior Data Scientist

data science · junior

Pulls the data behind a product question, builds the analysis or model that answers it, and reports what the numbers do and do not support.

Build your own roadmap from your CV

Free. Your CV builds a skill graph, then this roadmap becomes yours.

Pythonmust have

Every analysis, model and notebook you hand over is Python; there is no other language on the team.

SQLmust have

The data you model lives in a warehouse; you pull your own training sets, nobody pulls them for you.

pandasmust have

Cleaning, joining and reshaping the table is most of the day, and pandas is where it happens.

Statisticsmust have

A model is a claim about data; you must know when the claim is supported and when it is noise.

Machine Learningmust have

You will be asked which model fits the problem and why, before you are asked to train it.

scikit-learnmust have

The baseline for every tabular problem starts here; you ship a working pipeline before anything fancier.

Data Analysismust have

Half the questions you get have no model in the answer; you need to find the pattern and explain it.

Data Visualizationmust have

A finding nobody can see is not a finding; the chart is the deliverable as often as the model.

Feature Engineeringmust have

Most of the lift comes from what you feed the model, not the model; you build and test the features.

Model Evaluationmust have

Accuracy on the training set convinces nobody; you pick the metric that matches the business cost.

Gitmust have

Notebooks and pipelines are reviewed in pull requests; you commit small and often.

Hypothesis Testingmust have

Every experiment readout ends with a p-value someone will act on; you must know what it does and does not say.

A/B Testingmust have

Product decisions here are settled by experiments; you design them, size them and read them.

Jupyternice to have

NumPynice to have

Matplotlibnice to have

Cross-validationnice to have

Regression Analysisnice to have

Seabornnice to have

Time Seriesnice to have

XGBoostnice to have

Experimentation Designnice to have

Statistical Power Analysisnice to have

Causal Inferencenice to have

Experiment Trackingnice to have

Hyperparameter Tuningnice to have

Model Interpretabilitynice to have

Churn Predictionnice to have

Cohort Analysisnice to have

Customer Segmentationnice to have

Streamlitnice to have