class Abdul_Ganiwu:
def __init__(self):
self.name = "Abdul Ganiwu"
self.profession = "Pharmacy Technician"
self.title = "ML/AI Engineer Enthusiast"
self.contact = "abdyl.ganiwu@gmail.com"
self.linkedin = "https:/www.linkedin.com/in/abdul-ganiwu/"
self.location = "Accra, Ghana"
self.learning = "Data Science"
self.collaboration_interest = "Looking to collaborate on exciting projects and learn"
self.skills = ['Python', 'HTML', 'CSS', 'JavaScript', 'Microsoft SQL Server']
def display_profile(self):
profile = (
f"Hi 👋 I'm {self.name}\n"
f"Profession: {self.profession}\n"
f"Title: {self.title}\n"
f"Contact: {self.contact}\n"
f"LinkedIn: {self.linkedin}\n"
f"Location: {self.location}\n"
f"Currently Learning: {self.learning}\n"
f"Collaboration Interest: {self.collaboration_interest}\n"
f"Skills: {', '.join(self.skills)}\n"
)
return profile
if __name__ == '__main__':
print(Abdul_Ganiwu().display_profile())
- Accra, Ghana
- in/abdul-ganiwu
Pinned Loading
-
MalariaAfricaAnalysis
MalariaAfricaAnalysis PublicAnalysis of malaria incidence across African countries, focusing on various aspects such as trends over time, correlation with prevention strategies, and the impact of sanitation and water services.
Jupyter Notebook
-
Poisson-Distribution-Model-for-Analysis
Poisson-Distribution-Model-for-Analysis PublicThe Poisson distribution is a useful model for analyzing product defects, helping to estimate expected defect rates, their variability, and the likelihood of extreme cases. This understanding aids …
Jupyter Notebook
-
Utilizing-Poisson-Distribution-for-Retail-Pharmacy-Call-Center-Insights
Utilizing-Poisson-Distribution-for-Retail-Pharmacy-Call-Center-Insights PublicThe Poisson Distribution models the number of events that occur within a specified time frame, such as years. Since the volume of incoming calls fluctuates from year to year, this distribution aids…
Jupyter Notebook
-
Hypothesis-Testing-on-Heart-Disease-Data-Project
Hypothesis-Testing-on-Heart-Disease-Data-Project PublicThis project uses statistical hypothesis testing to examine the link between cholesterol and fasting blood sugar levels with heart disease. One-sample t-tests and binomial tests are applied to asse…
Jupyter Notebook
-
Linear-Regression-Projects
Linear-Regression-Projects PublicLinear Regression is a foundational tool in predictive modeling that helps establish relationships between variables and make informed predictions.
Jupyter Notebook
-
Logistic-Regression-Projects
Logistic-Regression-Projects PublicLogistic regression is a statistical method used to predict the probability of an event occurring. It's particularly useful when the dependent variable is binary (e.g., yes/no, 0/1).
Jupyter Notebook
If the problem persists, check the GitHub status page or contact support.