{"id":26658963,"url":"https://github.com/denisecase/datafun-07-spec","last_synced_at":"2026-02-03T07:31:03.064Z","repository":{"id":212869302,"uuid":"732417197","full_name":"denisecase/datafun-07-spec","owner":"denisecase","description":"Specification for Project 7:  ML (intro to machine learning and simple linear regression)","archived":false,"fork":false,"pushed_at":"2023-12-17T16:24:12.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-05T16:42:05.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denisecase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-16T15:55:43.000Z","updated_at":"2024-05-21T00:34:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"b244ee5c-011c-43e8-9fb9-8771df4c6609","html_url":"https://github.com/denisecase/datafun-07-spec","commit_stats":null,"previous_names":["denisecase/datafun-07-spec"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denisecase/datafun-07-spec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisecase%2Fdatafun-07-spec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisecase%2Fdatafun-07-spec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisecase%2Fdatafun-07-spec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisecase%2Fdatafun-07-spec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denisecase","download_url":"https://codeload.github.com/denisecase/datafun-07-spec/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisecase%2Fdatafun-07-spec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29037453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-25T10:17:24.001Z","updated_at":"2026-02-03T07:31:03.047Z","avatar_url":"https://github.com/denisecase.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Specification for Project 7 Applied Data Analytics\n\n## Overview\n\nProject 7 is a chance to explore applied data analytics, offering a preliminary introduction to more advanced topics in the field.\nThis project offers a guided introduction to several key areas in data analytics. It's an opportunity to apply your skills and try an area that you might enjoy.  Many of these areas are covered in more depth in subsequent courses.\n\nYou have the flexibility to choose from several application areas, each offering a glimpse into different aspects of data analytics:\n\n1. ML. Basic Machine Learning (ML): Explore fundamental ML concepts using Python's statistical and visualization libraries with simple linear regression and predictive analytics.\n\n1. App. Interactive Analytics App using Shiny for Python: Get introduced to creating interactive web applications with Shiny for Python. This choice focuses on building basic interactive tools for data analysis.\n\nLater (or propose a project):\n\n1. SQL. Applied SQL Project: Engage in an applied SQL project integrating Python and SQLite. This option focuses on database interactions and SQL for data manipulation and querying.\n\n1. NLP. Web Mining and Natural Language Processing (NLP): Delve into the basics of web mining and NLP using Python's NLTK library. This area will allow you to explore text processing and extraction of information from web sources.\n\nEach of these areas represents a critical component of data analytics, and this project guides you through applying these concepts in a practical setting.\nThe goal is not mastery; it's to gain a basic understanding and appreciation of their role and potential in the field of data analytics and learn where you might want to focus your efforts in the future.\n\nThe specification is similar to early projects, but you'll need to tailor it to your chosen area.\n\n1. Will you use a Jupyter Notebook or a Python script?\n2. What tools and libraries will you use?\n3. What dependencies will you need to install in your project virtual environment?\n4. How will you organize your project?\n5. How will you manage your project with Git?\n6. How will you document your tools, process, code, and project?\n\n## Deliverable Names\n\n- GitHub Repository:  datafun-07-applied\n- Documentation:      README.md\n- Source:             yourname_applied.py or yourname_applied.ipynb\n\nCreate a new GitHub repository with a README.md and a code file with the specified name.\n\n## Version Control with Git\n\nUse Git for version control.\nDocument your workflow for managing the project in your README.md.\n\n## Objective\n\nExplore an area of applied data analytics.\nIncorporate logging to document the process and provide feedback.\n\n## Requirements\n\n### 1. Environment Setup\n\n1. Create and activate a project virtual environment.\n1. Install all required packages into your local project virtual environment.\n1. After installing the required dependencies, generate a requirements.txt file.\n1. Document the process and commands you used in your README.md.\n1. Add a .gitignore file to your project with useful entries.\n\n### 2. Project Start\n\n1. Create a docstring or markdown cell with a brief introduction to your project.\n1. Include the usual introduction information.\n\n### 3. Import Dependencies\n\nImport the required dependencies, following the conventional order.\n\n### 4. Logging\n\nLogging is recommended for all script and notebook projects.\nImplement logging to enhance debugging and maintain a record of program execution.\n\n1. Configure logging to write to a file named log.txt.\n1. Log the start of the program using logging.info().\n1. Log the end of the program using logging.info().\n1. Log exceptions using logging.exception().\n1. Log other major events using logging.info().\n1. Log the start and end of major functions using logging.debug().\n\n### 5. Sections based on your choice of Applied Data Analytics\n\nChoose the sections for this area depending on your choice\nand the specification details provided in their own document:\n\n1. [Intro to Machine Learning](ML.md)\n1. [Intro to Interactive Apps](APP.md)\n\nFor some, you might want a notebooks, and for some, a script might be better.\nSome need data acquisition and others build a database schema.\nSome build machine learning models, and some build an interactive app.\nSome (notebooks) can show execution in GitHub, others may need screenshots in the README.md.\n\nMaking good tool and process decisions is critical for professional data analysts.\n\n## Code Design\n\n- Begin your code file with a summary including the title, author, date, and project's purpose. This provides an immediate understanding of the code file objective.\n- Ensure your code and presentation are neat, well-organized, and follow good coding practices. This includes proper variable naming, consistent code style, and logical organization of code cells.\n- Format your code using comments or Markdown features to enhance readability.\n\n## Code Structure and Documentation\n\nOnce the code runs without errors, focus on how the content is structured and documented.\nOrganize your code into well-defined sections, each with a clear purpose and header.\nProvide context, explain your analysis, and share findings.\nMake your code file informative and engaging.\nUse comments and text to explain the purpose and functionality of the code, especially complex or non-obvious code segments.\n\n## Code Execution\n\nRun your code to ensure it executes without errors.\nVerify all code runs and visualizations render as expected.\nConfirm that your code renders well on GitHub, so your work is accessible to others.\n\nIf working in a script, use conditional logic to ensure the script only runs\nwhen executed directly and execute a main() function that contains the program logic.\n\n## Evaluation Criteria\n\n- Functionality: The project should be functional and meet all requirements.\n- Documentation: The project should be well-written and well-documented.\n- Presentation: The project should be presented in a clear and organized manner.\n- Professionalism: The project should be submitted on-time and reflect an original, creative effort.\n\nSee rubric for additional information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisecase%2Fdatafun-07-spec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenisecase%2Fdatafun-07-spec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisecase%2Fdatafun-07-spec/lists"}