Welcome to the official repository for the Data science Department at Unde Academy This repository contains:
- 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.
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.
- Navigate to the
class_notes/folder. - Select the topic you are interested in.
- View or download the
.ipynbfile or other files directly through GitHub.
Students are encouraged to submit their assignments using Forks and Pull Requests for a seamless process.
-
Fork the Repository
Click the Fork button on the top right corner of this GitHub repository page. -
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
-
Add Your Assignment Navigate to the appropriate folder under assignments/ (e.g., assignments/assignment_1) and add your completed assignment file.
-
Follow Naming Conventions Save your assignment file with the naming format: your_name.ipynb.
-
Commit Your Changes Stage and commit your work:
git add .
git commit -m "Add assignment submission"Push your changes to your forked repository:
git push origin main- Create a Pull Request On GitHub, navigate to your forked repository and click New Pull Request to merge your changes into the main repository.
To contribute to this repository or submit assignments, refer to the CONTRIBUTING.md file.