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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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 = "Pharmacy Technician"
        self.title = "ML/AI Engineer Enthusiast"
        self.contact = "[email protected]"
        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())

Pinned Loading

  1. 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

  2. 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

  3. 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

  4. Hypothesis-Testing-on-Heart-Disease-Data-Project Hypothesis-Testing-on-Heart-Disease-Data-Project Public

    This 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

  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