Skip to content

HedvigInsurance/data-scientist-technical-interview-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Scientist Technical Interview - Setup

Prerequisites

  • Python 3.10 or higher
  • Git

Setup Instructions

1. Clone the Repository

git clone https://github.com/HedvigInsurance/data-scientist-technical-interview-remote.git
cd data-scientist-technical-interview-remote

2. Create a Python Virtual Environment

python -m venv venv

3. Activate the Virtual Environment

On macOS/Linux:

source venv/bin/activate

On Windows:

venv\Scripts\activate

4. Install Dependencies

pip install -r requirements.txt

5. Verify Setup

Run the verification script to ensure everything is configured correctly:

python verify_setup.py

If the script reports that everything is working correctly, you're ready for the interview!

Troubleshooting

If you encounter any issues during setup, please ensure:

  • You're using Python 3.10 or higher (python --version)
  • Your virtual environment is activated
  • All dependencies installed successfully without errors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages