class Abdul_Ganiwu:
def __init__(self):
self.name = "Abdul Ganiwu"
self.profession = "Student"
self.title = "ML/AI Engineer & Medical Research Enthusiast, "
self.contact = "abdyl.ganiwu@gmail.com"
self.linkedin = "https:/www.linkedin.com/in/abdul-ganiwu/"
self.location = "Cincinnati, OH"
self.learning = "Data Science"
self.collaboration_interest = "Looking to collaborate on exciting projects and learn"
self.skills = ['Excel, Spreadsheet, Python', 'HTML', 'CSS', '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
-
qualitative-analysis-on-informal-antimicrobial-supply-chain
qualitative-analysis-on-informal-antimicrobial-supply-chain PublicA Python-driven supply chain data analytics project modeling informal, non-prescription antibiotic sales networks, tracking data surveillance gaps, and simulating localized antimicrobial resistance…
Jupyter Notebook
-
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
-
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.