# ML-Code-Challenges **Repository Path**: nxym2002/ML-Code-Challenges ## Basic Information - **Project Name**: ML-Code-Challenges - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-09 - **Last Updated**: 2024-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ML-Code-Challenges Code challenges from https://www.deep-ml.com - problem_scrapper.py: Downloads all available problems into the src/unsolved folder structure - update_scrapping.py: Donwloads all available problems that are not in the data/problems_index.json The process to complete the problems: 1. Run problem_scrapper.py and populate the src/unsolved folder structure 2. When a problem is solved, move the python file into the src/solved correspondent folder