awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesData Science Project Templates

Standardized boilerplates for bootstrapping reproducible data analysis and machine learning project structures.

Distinct from Machine Learning and Data Science: Candidates are general lists of data science tools; this is specifically a project generator/template.

Explore 4 awesome GitHub repositories matching development tools & productivity · Data Science Project Templates. Refine with filters or upvote what's useful.

Awesome Data Science Project Templates GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • drivendata/cookiecutter-data-scienceAvatar drivendata

    drivendata/cookiecutter-data-science

    9,919Vezi pe GitHub↗

    Acest proiect este un scaffold Cookiecutter și un șablon de proiect pentru știința datelor care automatizează crearea unei ierarhii de foldere consistente pentru proiectele analitice. Oferă o structură de directoare standardizată și un schelet de proiect conceput pentru a organiza fluxurile de lucru în data science, susținând reproductibilitatea și colaborarea. Framework-ul stabilește un layout standardizat pentru pipeline-ul de date și un cadru de cercetare reproductibil. Separă etapele de ingestie, curățare și modelare a datelor pentru a asigura o pistă de audit clară a transformărilor și rezultate de cercetare consistente. Proiectul organizează munca prin furnizarea unei ierarhii de directoare bazate pe convenții pentru date brute, seturi de date procesate, notebook-uri și cod sursă. Această abordare susține machine learning-ul colaborativ și organizarea structurată a pipeline-urilor de date.

    Creates a standardized directory structure and template to bootstrap reproducible data science projects.

    Python
    Vezi pe GitHub↗9,919
  • drivendataorg/cookiecutter-data-scienceAvatar drivendataorg

    drivendataorg/cookiecutter-data-science

    9,687Vezi pe GitHub↗

    This project provides a standardized project directory structure and boilerplate templates for organizing data analysis and machine learning workflows. It serves as a reproducible analysis framework and workspace boilerplate designed to ensure consistency across data science projects. The template distinguishes between exploratory research in notebooks and reusable, testable logic in modular Python packages. It enforces a convention-based directory hierarchy that treats the analysis pipeline as a directed acyclic graph by separating raw, interim, and processed data. The framework covers a br

    Provides a standardized project directory structure for organizing data analysis and machine learning workflows.

    Pythonaicookiecuttercookiecutter-data-science
    Vezi pe GitHub↗9,687
  • microsoft/vscode-copilot-chatAvatar microsoft

    microsoft/vscode-copilot-chat

    9,493Vezi pe GitHub↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    Generates data functions and manages their associated virtual environments and dependencies.

    TypeScript
    Vezi pe GitHub↗9,493
  • gimseng/99-ml-learning-projectsAvatar gimseng

    gimseng/99-ML-Learning-Projects

    1,175Vezi pe GitHub↗

    Acest proiect este un repository educațional condus de comunitate care oferă un curriculum structurat pentru stăpânirea machine learning-ului și a științei datelor. Servește drept resursă pentru dezvoltatori pentru a construi modele practice de la zero, consolidând cunoștințele teoretice prin implementare directă și experimentare iterativă cu algoritmi comuni. Repository-ul este organizat în directoare modulare, permițând cursanților să exploreze și să experimenteze independent cu exerciții specifice de machine learning. Conținutul este menținut printr-un flux de lucru colaborativ în care contribuitorii folosesc versionarea și peer review-ul pentru a rafina tutorialele tehnice, a valida acuratețea și a îmbunătăți calitatea materialelor de învățare. Colecția susține dezvoltarea abilităților prin oferirea de proiecte de codare practice care pot fi utilizate pentru a construi un portofoliu de știința datelor. Curriculum-ul este prezentat printr-o interfață navigabilă care transformă documentația structurată într-un ghid pentru practicarea fluxurilor de lucru de machine learning și a tehnicilor de analiză a datelor.

    Provides standardized project structures that help learners build and demonstrate technical proficiency in data science.

    Jupyter Notebookhacktoberfest
    Vezi pe GitHub↗1,175
  1. Home
  2. Development Tools & Productivity
  3. Data Science Project Templates

Explorează sub-etichetele

  • Function Environment ManagementManagement of virtual environments and dependency isolation for specific data science functions. **Distinct from Data Science Project Templates:** Distinct from project templates by focusing on the runtime environment and dependency management for individual functions rather than a whole project structure.