Skip to content
View AbdylGaniwu's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report AbdylGaniwu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AbdylGaniwu/README.md
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())

Pinned Loading

  1. qualitative-analysis-on-informal-antimicrobial-supply-chain qualitative-analysis-on-informal-antimicrobial-supply-chain Public

    A 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

  2. MalariaAfricaAnalysis MalariaAfricaAnalysis Public

    Analysis 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

  3. Poisson-Distribution-Model-for-Analysis Poisson-Distribution-Model-for-Analysis Public

    The 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

  4. Utilizing-Poisson-Distribution-for-Retail-Pharmacy-Call-Center-Insights Utilizing-Poisson-Distribution-for-Retail-Pharmacy-Call-Center-Insights Public

    The 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

  5. Linear-Regression-Projects Linear-Regression-Projects Public

    Linear Regression is a foundational tool in predictive modeling that helps establish relationships between variables and make informed predictions.

    Jupyter Notebook

  6. Logistic-Regression-Projects Logistic-Regression-Projects Public

    Logistic 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