Sameer
Sameer
Acknowledgement
The Internship opportunity I had with R3 Systems India Pvt Ltd. in Nasik was a
great chance for learning and professional development.Therefore,I consider
myself as a lucky individual as I was provided with an opportunity to be a part
of it.
I am also grateful for having a chance to meet so many brilliant people and
professionals who guided me throughout Internship period.
Thank you for establishing the technical support to make training easier.I choose
this moment to acknowledge his contribution gratefully.
Hope to have the same cooperation in the future too. Yours sincerely,
Name of Student:
Place: Nashik, Maharashtra
Abstract
2. Acknowledgement
3. Organization structure.
5. Project Screenshot
CHAPTER NO.
1 ORGANIZATION
STRUCTURE
2. About R3 Systems
R3 Systems delivered more than 500 projects and have grown from a 2 people
humble start-up.R3 Systems think that software field should not be upto only
coding and project completion. It is inclusive of an accurate satisfaction of the
customer’s requirements and business strategies and on the basis of this
motive we recommend cost-effective solution to our clients. R3 Systems
effective solution, recommendations, technology suggestion and proficiency
have made its software development methodology stand distinct from
others.R3 Systems is a tech savvy, web & mobile application development and
futuristic internet marketing company offering ingenious solutions with
superior quality to surplus organisation’s productive gain. We are a company
that is highly motivated by doing things right, thing like social network,
membership driven website, custom dashboard etc.
3. Teams
Real-time product development team
Project mentoring & consulting team
Business planning & marketing team
Corporate trainers team
4. Major Verticals
Product Development
Project Mentorship & Consulting
Corporate Training
5. Company Services/Products
Web Designing
Web Development
Digital Marketing
Project Consulting
Corporate Training
6. No of employees of industry
R3 SYSTEMS INDIA PVT LTD have an efficient team of 25+ members from
various technical background every member is a expert in their respective
field.
7. Contact Details
Website : www.r3sys.com
Email : [email protected]
Call : +91 8600 1800 45 | +91 8600 0331 81
Address : First Floor, Trinity Tower, ST Colony, Near State Bank of India,
Behind Lakme Salon, Prasad Circle, Gangapur Road, Nashik
HEART DISEASE PREDICTION PROJECT
Project team
Shaikh Mohammad Sameer (Group Leader) : Data Preparation, Feature Engineering, Searching.
Badgujar Aditya : Initializing and Training , Model Evolution, Testing.
Resources used
Pandas: For data manipulation and analysis, including loading datasets and handling dataframes.
Matplotlib & Seaborn: For data visualization to plot graphs and understand data distributions.
Scikit-learn: For implementing machine learning algorithms (like Linear Regression) and evaluating
the model's performance using metrics such as MAE, MSE, RMSE, and R² score.
NumPy: For numerical operations, especially in calculations like the Haversine distance.
Python: The primary programming language used for the entire project.
Dataset.
Algorithms Used:
Linear Regression: The notebook employed Linear Regression to predict the fare amount based on various
features extracted from the dataset. Linear Regression was the final model used due to its simplicity and
effectiveness in this context.
We used the Linear Regression algorithm for this project, as it provided a reasonable R² score of 76.4%.
Linear Regression is a statistical method for modeling the relationship between a dependent variable and one
or more independent variables. In this project, it was used to predict the fare amount of taxi rides based on
features such as pickup and dropoff coordinates, passenger count, and more.
Formula:
The Linear Regression model predicts the target variable YYY (in this case, the fare amount) using the
formula:
Where: