Skip to content

backup69/data_science_ml_ai

 
 

Repository files navigation

unde_academy-data_science Repository

Welcome to the official repository for the Data science Department at Unde Academy This repository contains:

Repository Contents

  • Lecture Notes and Resources: Access detailed and comprehensive materials for your classes.
  • Assignments and Templates: Practice hands-on data science skills through guided assignments.
  • Submission System: Clear guidelines for submitting assignments.
  • Capstone Projects: Showcase your skills with advanced, industry-standard projects.

Repository Structure

  • class_notes/: Lecture notes organized by topics.
  • assignments/: Assignment instructions and starter templates .
  • submissions/: Folder for students to submit their work.
  • projects/: Advanced capstone project.
  • README.md/: Repository overview and guidelines.

How to Access Lecture Notes

  1. Navigate to the class_notes/ folder.
  2. Select the topic you are interested in.
  3. View or download the .ipynb file or other files directly through GitHub.

Assignment Submission Guidelines

Submit via Fork and Pull Request (Recommended)

Students are encouraged to submit their assignments using Forks and Pull Requests for a seamless process.

Steps for Students:

  1. Fork the Repository
    Click the Fork button on the top right corner of this GitHub repository page.

  2. Clone the Forked Repository
    Clone your forked repository to your local machine using HTTPS:

    git clone https://github.com/<student_username>/data_science_ml_ai.git
    
  3. Add Your Assignment Navigate to the appropriate folder under assignments/ (e.g., assignments/assignment_1) and add your completed assignment file.

  4. Follow Naming Conventions Save your assignment file with the naming format: your_name.ipynb.

  5. Commit Your Changes Stage and commit your work:

git add .
git commit -m "Add assignment submission"
  1. Push Changes to Your Fork

Push your changes to your forked repository:

git push origin main
  1. Create a Pull Request On GitHub, navigate to your forked repository and click New Pull Request to merge your changes into the main repository.

Contributing

To contribute to this repository or submit assignments, refer to the CONTRIBUTING.md file.

About

A repository for hosting class notes, assignments, and projects for the Data science Department at Unde Academy

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.1%
  • Python 0.9%