Y R (1)_removed
Y R (1)_removed
A PROJECT REPORT
Submitted by
Aman Kumar - 24BNM20039
Chandigarh University
JULY 2026
pg. 1
BONAFIDE CERTIFICATE
Certified that this project report “Tripple One Solutions Data Science” is the
bonafide work of “Aman Kumar” who carried out the project work under my/our
supervision.
SIGNATURE SIGNATURE
pg. 2
Abstract
Finally, all internship activities and project outcomes were documented in a professional
report to demonstrate the complete machine learning development lifecycle. Overall, the
internship strengthened technical knowledge, data analysis skills, model-building
capabilities, and the ability to apply Data Science concepts to solve real-world problems
effectively.
pg. 3
Graphical Abstract
pg. 4
IST OF FIGURES
Figure 4.1 Age Distribution Bar Chart — World Population by Age Group (2022)
Figure 4.2 Gender Distribution Bar Chart — World Population by Gender (2022)
Figure 4.11 Pie Chart — Sentiment Share (67% Positive, 33% Negative)
pg. 5
LIST OF TABLES
pg. 6
ABBREVIATIONS
DS Data Science
ML Machine Learning
DT Decision Tree
CU Chandigarh University
pg. 7
CHAPTER 1: INTRODUCTION
1.1 Identification of Client / Need / Relevant Contemporary Issue
The internship was undertaken at Tripple One Solutions (A Division of Course Yard Solutions Pvt.
Ltd.), a technology-driven organization committed to providing industry-oriented training and practical
learning opportunities in emerging domains such as Data Science, Artificial Intelligence, Machine
Learning, Cloud Computing, and Software Development. The internship program was conducted in
collaboration with upGrad and Mood Indigo, IIT Bombay, with the objective of equipping students
with practical skills aligned with current industry requirements.
In today's digital era, organizations across various sectors generate enormous volumes of structured and
unstructured data every day. Extracting meaningful insights from this data has become essential for
improving operational efficiency, supporting strategic decision-making, enhancing customer experience,
and gaining a competitive advantage. Consequently, the demand for skilled Data Science professionals
capable of analyzing complex datasets and developing intelligent predictive models has increased
significantly.
Recognizing this growing industry demand, the internship program focused on developing practical
competencies in Data Science through structured learning and project-based implementation. The
program commenced with an LMS-based training module consisting of sixteen instructional sessions
covering the fundamentals of Python programming, data preprocessing, exploratory data analysis,
machine learning algorithms, and model evaluation techniques. This training provided the theoretical
foundation required for solving real-world analytical problems.
To address contemporary industry challenges, two practical machine learning projects were undertaken
during the internship. The first project, House Price Prediction, addressed the need for accurate
property price estimation by analyzing various housing attributes using regression techniques. Such
predictive models are widely used by real estate companies, financial institutions, and property
consultants to support investment decisions and market analysis.
The second project, Credit Card Fraud Detection, focused on identifying fraudulent financial
transactions using machine learning classification techniques. With the rapid growth of digital payment
systems and online banking, financial fraud has become a major concern for organizations worldwide.
Developing reliable fraud detection models capable of handling highly imbalanced datasets is therefore
a significant contemporary challenge in the banking and financial sector. The project involved
implementing advanced classification algorithms and resampling techniques such as SMOTE to improve
fraud detection accuracy.
Overall, the internship addressed the growing need for practical Data Science expertise by providing
hands-on experience in data preprocessing, predictive analytics, machine learning model development,
and performance evaluation. The knowledge and skills acquired during the internship are directly
aligned with current industry trends and prepare aspiring professionals to contribute effectively to data-
driven organizations.
pg. 8
1.2 Identification of Problem
The core problem addressed in this internship report is the lack of practical, applied experience
programming, and algorithms is taught in university programs, students often lack exposure
to:
• Real-world datasets that are messy, incomplete, and require cleaning before analysis
• End-to-end project pipelines from data collection to visualization and model building
pg. 9
1.4 Timeline
Duration Activity
Week 1 LMS-based training on Data Science fundamentals, Python, and Machine Learning concepts.
Week 2 Data preprocessing, Exploratory Data Analysis (EDA), and feature engineering techniques.
Week 3 Development of the House Price Prediction project using regression algorithms.
Week 4 Model evaluation and performance comparison using RMSE and R² Score.
Development of the Credit Card Fraud Detection project using classification algorithms and
Week 5
SMOTE.
Week 6 Model evaluation, project documentation, report preparation, and final submission.
This report is organized into five chapters to provide a systematic overview of the internship. Chapter 1
introduces the internship, including the organization, problem identification, tasks performed, timeline,
and report structure. Chapter 2 presents the literature review and background of the technologies used.
Chapter 3 explains the methodology, tools, datasets, and implementation of the projects. Chapter 4
discusses the project results, observations, and learning outcomes. Finally, Chapter 5 summarizes the
overall internship experience, conclusion, recommendations, and future scope.
References: Lists all academic papers, datasets, tools, and resources cited in this report.
Appendix: Contains the GitHub repository links, code snippets, and additional supporting material.
pg. 10
CHAPTER 2: LITERATURE REVIEW / BACKGROUND STUDY
The challenge of bridging the gap between academic learning and industry-ready Data Science
skills has been documented extensively over the past two decades. Below is a timeline of how
this problem evolved and how tools and practices developed in response:
• 2000–2005: Early data analysis was dominated by Excel and SPSS. Python was
primarily used for scripting, not data analysis. The concept of 'Data Scientist' did not
yet formally exist.
• 2006–2010: The rise of Big Data introduced Hadoop and MapReduce. R began gaining
popularity for statistical computing. Academic institutions started offering standalone
data analysis courses.
• 2011–2014: The term 'Data Scientist' was popularized. Python's Pandas library
(McKinney, 2010) revolutionized tabular data manipulation. Kaggle launched in
2010, creating a platform for competitive data science.
• 2023–2026: Generative AI and Large Language Models (LLMs) reshaped the field.
Internship and project-based learning became essential for students to remain
competitive in the job market.
House price prediction is a common regression problem in machine learning. Algorithms such as Linear
Regression, Random Forest Regressor, and XGBoost Regressor are frequently used to estimate
property prices based on features like location, area, and number of rooms. Ensemble models generally
provide higher predictive accuracy by capturing non-linear relationships within housing data.
pg. 12
2.3 Bibliometric Analysis
A review of the literature across the five task domains reveals the following key patterns:
Data Visualization Matplotlib (Hunter, 2007), Seaborn (Waskom, 2021), Tufte (1983)
Exploratory Data Analysis Pandas (McKinney, 2010), Tukey (1977), Romero & Ventura (2010)
Machine Learning Scikit-learn (Pedregosa et al., 2011), Quinlan (1986), Moro et al.
(2014)
The literature review indicates that the concepts and techniques applied during this internship are based
on established research and industry-standard Data Science practices. The tools used, including Python,
Pandas, NumPy, Matplotlib, Scikit-learn, and XGBoost, are widely adopted for data analysis,
visualization, machine learning, and predictive modeling.
The review also highlights that successful Data Science solutions depend not only on model
development but also on effective data preprocessing, exploratory data analysis, feature engineering, and
appropriate model evaluation. These practices ensure reliable and accurate predictive outcomes across
various real-world applications.
Overall, the internship followed a structured machine learning workflow aligned with current industry
standards, enhancing technical knowledge, analytical thinking, and practical problem-solving skills
required for a career in Data Science.
Based on the literature review, the specific problem addressed in this internship can be defined
as follows:
How can an undergraduate Data Science student develop practical competency in the five core
pg. 13
skill areas of the field — data visualization, exploratory analysis, machine learning, natural
language processing, and applied data analytics — using Python and its associated libraries,
• Using only Python and its open-source libraries (no paid tools or platforms)
• Working with publicly available datasets that do not require special permissions
Goal 1: Develop a strong understanding of Data Science and Machine Learning concepts
through structured LMS-based training.
Goal 2: Gain practical experience in data preprocessing, exploratory data analysis (EDA), and
feature engineering using Python and its libraries.
Goal 3: Build and evaluate machine learning models for real-world applications using regression
and classification algorithms.
Goal 4: Learn to use industry-standard tools such as Pandas, NumPy, Matplotlib, Scikit-learn,
and XGBoost for data analysis and predictive modeling.
Goal 5: Enhance analytical thinking and problem-solving skills by implementing projects on
House Price Prediction and Credit Card Fraud Detection.
Goal 6: Improve technical documentation, report writing, and presentation skills while following
a structured machine learning development workflow.
pg. 14
CHAPTER 3: DESIGN FLOW / PROCESS
Before commencing the internship projects, a systematic evaluation of the datasets, tools, and machine
learning techniques was carried out. The following criteria guided the selection process:
Data Quality: Datasets were selected based on relevance, reliability, and suitability for real-
world machine learning applications.
Tool Selection: Open-source, industry-standard Python libraries with strong community support
were used.
Model Reliability: Algorithms and preprocessing techniques were chosen to ensure accurate and
reproducible results.
Performance Evaluation: Appropriate evaluation metrics were selected to compare and validate
model performance.
All datasets used were publicly available and anonymized, ensuring data privacy and
confidentiality.
Machine learning models were developed solely for educational and research purposes.
The analysis and predictions were performed without introducing bias or compromising ethical
data practices.
Python was selected as the primary programming language due to its extensive support for Data
Science and Machine Learning.
Open-source libraries including Pandas, NumPy, Scikit-learn, Matplotlib, and XGBoost were
chosen for data preprocessing, visualization, model development, and evaluation.
The California Housing Dataset was selected for the House Price Prediction project because it
provides relevant features for regression analysis and predictive modeling.
The Credit Card Fraud Detection Dataset was chosen to study real-world fraud detection
challenges involving highly imbalanced data.
SMOTE was applied to balance the fraud dataset and improve the performance of classification
models.
Multiple machine learning algorithms were implemented and compared using appropriate
evaluation metrics to identify the most suitable model for each project.
All models and visualizations were developed using reproducible workflows to ensure
consistency, accuracy, and reliability of the results.
This approach involved developing both machine learning projects simultaneously while sharing
common preprocessing and utility functions.
Considering the internship objectives, Approach A was selected as it provided a structured learning
experience and ensured the successful completion of each project before proceeding to the next.
Problem Understanding: Define the project objectives and identify the expected outcomes.
Data Understanding: Explore the dataset structure, variables, and statistical properties.
Data Preparation: Clean the data, perform feature engineering, and prepare datasets for model
training.
Model Development: Train regression and classification models using suitable machine learning
algorithms.
pg. 17
Model Evaluation: Compare model performance using metrics such as RMSE, R² Score,
Precision, Recall, F1-Score, and Confusion Matrix.
Documentation: Record observations, interpret results, and prepare the final project report.
The projects were implemented using Python in Jupyter Notebook and Visual Studio Code (VS
Code), with libraries including Pandas, NumPy, Matplotlib, Scikit-learn, and XGBoost for data
analysis, visualization, and machine learning.
This project involved developing a machine learning model to predict house prices using the California
Housing Dataset. Data preprocessing, feature scaling, and exploratory data analysis were performed
before training Linear Regression, Random Forest, and XGBoost models. The models were evaluated
using RMSE and R² Score to compare their prediction performance.
pg. 18
Key Findings:
Key Findings:
pg. 19
A common workflow was followed in both projects, beginning with data collection and preprocessing,
followed by exploratory data analysis (EDA), feature engineering, model development, and performance
evaluation. Data quality played a crucial role in both projects, as handling missing values, scaling
features, and balancing datasets significantly improved model performance.
Another key observation was the importance of selecting appropriate machine learning algorithms based
on the problem type. Regression algorithms such as Linear Regression, Random Forest, and XGBoost
were effective for price prediction, whereas Logistic Regression, Random Forest, and XGBoost
classifiers performed well for fraud detection. Comparing multiple models using standard evaluation
metrics helped identify the most suitable solution for each problem.
Overall, the projects strengthened practical knowledge of machine learning, data preprocessing, model
evaluation, and analytical thinking while demonstrating how Data Science can be applied to solve
challenges in the real estate and financial sectors.
During the execution of the five tasks, several technical challenges were encountered and
resolved:
When running Python scripts from PowerShell, [Link]() attempted to open a GUI window
that would pause script execution and sometimes fail silently. This was resolved by replacing
[Link]() with [Link]() and [Link]() throughout all task scripts. This change also has
the professional benefit of ensuring all outputs are saved to disk automatically without
Seaborn version 0.13.2 introduced a deprecation warning for the palette parameter when used
without specifying the hue parameter. This was resolved by explicitly setting
pg. 20
hue=column_name and legend=False in barplot calls, as recommended in the Seaborn 0.14.0
migration guide. This eliminated all warnings and ensured forward compatibility.
When using VS Code's built-in Run button with the Python Debugger extension, the debugger
attempted to launch a file path that included spaces, causing an Errno 2 No Such File or
Directory error. This was consistently resolved by running scripts directly from the integrated
terminal using python [Link] rather than relying on the debugger's launch configuration.
The initial repository was named 'Prodigy-InfoTech-DS' which did not match the required
convention. This was corrected by navigating to Settings → Repository Name in the GitHub
web interface and renaming to PRODIGY_DS_01. GitHub automatically redirects the old
URL to the new one, preserving all existing commits and files.
5.1
pg. 21 Conclusion
This report documents the successful completion of a one-month online Data Science
internship at Prodigy InfoTech, undertaken in June 2026 as part of the summer training
program for the BSc CSM degree at Chandigarh University. All five assigned tasks were
completed within the stipulated timeline, with code and outputs uploaded to public GitHub
repositories.
The internship provided comprehensive, hands-on exposure to the core disciplines of Data
Science. Across the five tasks, the following competencies were developed and demonstrated:
Beyond technical skills, the internship developed important professional habits including
pg. 22
version-controlled repositories, and producing structured documentation. These are skills that
The expected outcomes for all five tasks were met or exceeded. The Decision Tree Classifier
achieved 100% test accuracy, the EDA task produced 6 informative visualizations with clear
statistical insights, and the sentiment analysis correctly classified all 15 posts with appropriate
polarity scores. No significant deviations from expected results were observed, which validates
both the correctness of the implementation and the soundness of the selected methodologies.
pg. 23
CHAPTER 5: CONCLUSION AND FUTURE WORK
5.1 Conclusion
This report presents the successful completion of a two-month Training and Internship Program at
Tripple One Solutions (A Division of Course Yard Solutions Pvt. Ltd.), conducted from 5th July
2026 to 5th August 2026 in collaboration with upGrad and Mood Indigo, IIT Bombay. The
internship served as an excellent platform to bridge the gap between academic knowledge and practical
industry experience by providing hands-on exposure to modern Data Science and Machine Learning
techniques. It enabled the application of theoretical concepts learned during the academic curriculum to
real-world datasets and business-oriented problems, thereby enhancing both technical and professional
competencies.
The internship commenced with a structured training phase through a dedicated Learning Management
System (LMS), consisting of sixteen one-hour sessions covering the fundamentals of Data Science. The
training modules included Python programming, data preprocessing, exploratory data analysis (EDA),
feature engineering, statistical concepts, machine learning algorithms, model evaluation techniques, and
best practices followed in the data science industry. This phase established a strong conceptual
foundation and familiarized with the complete machine learning lifecycle before progressing to practical
implementation.
Following the successful completion of the training modules, two real-world machine learning projects
were undertaken to apply the acquired knowledge. The House Price Prediction project focused on
predicting residential property prices using the California Housing Dataset. The project involved data
cleaning, handling missing values, feature scaling, exploratory data analysis, and training multiple
regression algorithms including Linear Regression, Random Forest Regressor, and XGBoost
Regressor. The models were evaluated using Root Mean Square Error (RMSE) and Coefficient of
Determination (R² Score), allowing a comparative analysis of their prediction capabilities and
demonstrating the significance of selecting suitable algorithms for regression problems.
The second project, Credit Card Fraud Detection, addressed one of the most significant challenges
faced by the financial sector—identifying fraudulent transactions in highly imbalanced datasets. The
project involved detailed exploratory analysis, preprocessing of transaction data, balancing the dataset
using Synthetic Minority Over-sampling Technique (SMOTE), and training classification models
including Logistic Regression, Random Forest, and XGBoost. The models were evaluated using
Precision, Recall, F1-Score, and Confusion Matrix, providing valuable insights into model
performance and highlighting the importance of selecting appropriate evaluation metrics when dealing
with imbalanced datasets.
Throughout the internship, a systematic Data Science workflow was followed, beginning with data
understanding and preprocessing, followed by exploratory data analysis, feature engineering, model
development, model evaluation, and interpretation of results. This structured approach reinforced the
importance of data quality, appropriate feature selection, and careful model comparison in building
reliable machine learning solutions. It also demonstrated that successful predictive models depend not
only on sophisticated algorithms but also on proper data preparation and thoughtful analysis.
The internship provided practical experience with several industry-standard tools and technologies,
including Python, Pandas, NumPy, Matplotlib, Seaborn, Scikit-learn, XGBoost, Jupyter Notebook,
pg. 24
and Visual Studio Code. Working extensively with these tools improved programming proficiency,
data manipulation skills, visualization techniques, and the ability to implement complete machine
learning pipelines. Exposure to these technologies has significantly strengthened technical confidence
and prepared for future academic and professional projects in the field of Data Science.
Apart from technical expertise, the internship contributed substantially to the development of essential
professional skills. Analytical thinking, logical reasoning, problem-solving ability, documentation
practices, report writing, time management, and independent learning were continuously enhanced
throughout the internship. Working with real-world datasets encouraged a systematic approach toward
identifying problems, selecting appropriate methodologies, interpreting results, and presenting findings
in a clear and professional manner. The internship also highlighted the importance of continuous
learning and adaptability, as Data Science is a rapidly evolving field requiring constant upskilling.
Another significant outcome of the internship was the understanding of how Data Science is
transforming various industries such as finance, healthcare, real estate, e-commerce, education, and
manufacturing. The projects demonstrated how machine learning models can assist organizations in
making informed decisions, improving operational efficiency, reducing financial risks, and delivering
intelligent predictive solutions. This practical exposure provided valuable insights into the real-world
applications and business impact of Data Science technologies.
The internship also emphasized the importance of ethical and responsible use of data. Care was taken to
work only with publicly available datasets while following appropriate data handling practices. It
became evident that fairness, transparency, and responsible interpretation of machine learning results are
equally important as achieving high model performance. Understanding these ethical considerations has
further strengthened professional awareness regarding the development and deployment of AI-driven
solutions.
Overall, all the objectives established at the beginning of the internship were successfully achieved. The
training sessions and project implementations collectively enhanced technical knowledge, practical
skills, and professional confidence in Data Science and Machine Learning. The internship not only
strengthened the understanding of predictive analytics but also provided valuable exposure to real-world
problem-solving methodologies followed in the industry.
In conclusion, the Training and Internship Program at Tripple One Solutions (A Division of Course
Yard Solutions Pvt. Ltd.) proved to be an enriching and rewarding learning experience. It successfully
combined theoretical learning with practical implementation, enabling the development of industry-
relevant technical competencies and professional skills. The knowledge, experience, and confidence
gained during this internship will serve as a strong foundation for higher studies, research, and future
career opportunities in the domains of Data Science, Machine Learning, Artificial Intelligence, and
Data Analytics. The internship has inspired continuous learning and provided the motivation to explore
advanced technologies and contribute effectively to data-driven decision-making in future professional
endeavors.
Future work may also involve implementing advanced feature engineering techniques, hyperparameter
optimization, and ensemble learning methods to further improve prediction accuracy. In addition to the
regression algorithms used during the internship, deep learning models such as Artificial Neural
Networks (ANNs) and advanced boosting algorithms can be explored and compared. The trained model
can also be deployed as a web-based application using Streamlit, Flask, or Django, allowing users to
estimate property prices through an interactive and user-friendly interface.
The model can also be trained on larger and continuously updated datasets to improve its generalization
capability. Implementing real-time fraud detection using streaming data technologies would make the
solution more suitable for practical banking and financial applications. Furthermore, advanced
techniques such as cost-sensitive learning, adaptive sampling methods, and Explainable Artificial
Intelligence (XAI) can be incorporated to improve both model performance and transparency in fraud
detection systems.
Further exposure to advanced visualization libraries such as Plotly, Power BI, and Tableau would also
improve the ability to communicate analytical findings through interactive dashboards and business
intelligence reports.
pg. 26
During the internship, the primary focus was on model development and evaluation. As a future
enhancement, the developed machine learning models can be deployed using cloud platforms such as
Amazon Web Services (AWS), Microsoft Azure, or Google Cloud Platform (GCP). Understanding
cloud computing services, containerization technologies such as Docker, and deployment pipelines will
provide valuable knowledge of how machine learning models are implemented in production
environments.
Developing REST APIs using Flask or FastAPI and integrating machine learning models with web and
mobile applications will further enhance practical understanding of end-to-end Data Science solutions.
The internship has motivated continuous learning and professional growth. Future plans include
pursuing internationally recognized certifications in Data Science, Machine Learning, Artificial
Intelligence, and Cloud Computing through platforms such as Coursera, upGrad, Google Cloud
Skills Boost, and Microsoft Learn. These certifications will strengthen both theoretical understanding
and practical implementation skills.
Participation in Kaggle competitions, hackathons, and open-source projects on GitHub will provide
opportunities to solve complex real-world problems, collaborate with the global Data Science
community, and build a strong professional portfolio. Developing additional end-to-end projects
involving healthcare analytics, financial forecasting, recommendation systems, customer segmentation,
and natural language processing will further enhance technical expertise.
In addition, improving proficiency in SQL, database management systems, big data technologies such as
Apache Spark, and data engineering concepts will strengthen the overall Data Science skill set.
Learning software engineering practices, version control, collaborative development, and project
management methodologies will also contribute towards becoming a well-rounded Data Science
professional.
The Training and Internship Program at Tripple One Solutions (A Division of Course Yard Solutions
Pvt. Ltd.) has established a strong foundation for future learning and career development. The
experience gained through structured training, practical implementation, and project development has
significantly improved technical competence, analytical thinking, and professional confidence.
Moving forward, the knowledge acquired during this internship will be applied to increasingly complex
machine learning projects and real-world business problems. Continuous learning, practical
experimentation, participation in industry-oriented projects, and keeping pace with emerging
technologies
pg. 27 will remain the primary focus for future development. The skills developed during this
internship will serve as a valuable stepping stone toward a successful career in Data Science, Machine
Learning, Artificial Intelligence, and Data Analytics, enabling meaningful contributions to data-
driven innovation and intelligent decision-making across diverse domains.
pg. 28
REFERENCES
1. Breiman, L., Friedman, J., Stone, C.J., & Olshen, R.A. (1984). Classification and Regression
3. Liu, B. (2012). Sentiment Analysis and Opinion Mining. Synthesis Lectures on Human
5. Moosavi, S., Samavatian, M.H., Parthasarathy, S., & Ramnath, R. (2019). A Countrywide
6. Moro, S., Cortez, P., & Rita, P. (2014). A Data-Driven Approach to Predict the Success of
7. Pang, B., & Lee, L. (2008). Opinion Mining and Sentiment Analysis. Foundations and
8. Pedregosa, F., et al. (2011). Scikit-learn: Machine Learning in Python. Journal of Machine
9. Quinlan, J.R. (1986). Induction of Decision Trees. Machine Learning, 1(1), 81–106.
10. Romero, C., & Ventura, S. (2010). Educational Data Mining: A Review of the State of the
11. Tufte, E.R. (1983). The Visual Display of Quantitative Information. Graphics Press.
12. Tukey, J.W. (1977). Exploratory Data Analysis. Addison-Wesley Publishing Company.
pg. 29
13. Waskom, M. (2021). Seaborn: Statistical Data Visualization. Journal of Open Source
[Link]
room/fact-sheets/detail/road-traffic-injuries
[Link]
[Link]
accidents
19. [Link]. California Housing Dataset and Machine Learning Project Repository. Available at:
[Link]
20. [Link]. Credit Card Fraud Detection Machine Learning Project Repository. Available at:
[Link]
pg. 30
APPENDIX
pg. 31
D. Sample Code Snippet – House Price Prediction
The following snippet demonstrates the basic workflow used for training the House Price Prediction
model.
model = RandomForestRegressor(random_state=42)
[Link](X_train, y_train)
predictions = [Link](X_test)
The following snippet illustrates the implementation of the fraud detection model after balancing the
dataset using SMOTE.
smote = SMOTE(random_state=42)
X_resampled, y_resampled = smote.fit_resample(X, y)
model = RandomForestClassifier(random_state=42)
[Link](X_resampled, y_resampled)
predictions = [Link](X_test)
print(classification_report(y_test, predictions))
pg. 32
USER MANUAL
This section provides step-by-step instructions to reproduce the machine learning projects completed
during the internship on any Windows system.
Prerequisites
Open PowerShell or Command Prompt and install the required Python packages:
Log in to GitHub.
Create separate public repositories for:
o House Price Prediction
o Credit Card Fraud Detection
Upload the source code, datasets (if permitted), notebooks, generated outputs, and
[Link] file.
Commit the changes with appropriate commit messages.
pg. 33
Step 4: Verify
pg. 34