Skip to content
View jabirkangarli's full-sized avatar
  • Warsaw, Poland

Block or report jabirkangarli

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
JabirKangarli/README.md

Click here to listen to my favorite playlist 🎧

profile_views


Hello World Welcome to my data-driven space!

class DataScienceAnalyst():
    
  def __init__(self):
    self.name = "Jabir Kangarli";
    self.username = "jabirkangarli";
    self.location = "Warsaw, Poland";
    self.specialty = "A/B Testing & Data Science Analytics";
    self.web = "https://www.linkedin.com/in/jabirkangarli/";
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = DataScienceAnalyst()

Data Science Analyst | A/B Testing | Python and Data Science Enthusiast

linkedin


✔ I'm currently working as a Data Science Analyst at Allegro
✔ I specialize in A/B Testing & Experimentation on product level
✔ I'm passionate about turning data into actionable insights
✔ I'm looking to collaborate on Data Science & Analytics Projects
✔ Ask me about Statistical Analysis, Python, and Experimental Design


🔧 Technologies & Tools


Git

 Git Activeness

 ovi


 Git profile Trophies


Pinned Loading

  1. RR-project-Sentiment-Analysis-of-hate-tweets-1 RR-project-Sentiment-Analysis-of-hate-tweets-1 Public

    Forked from AlbertoDelLop/RR-project-Sentiment-Analysis-of-hate-tweets

    Reproduction of an already built RNN machine learning model. The goal of this project is to find possible flaws in the model by using a different dataset in order to improve and optimise it.

    Jupyter Notebook 1

  2. Prediction-of-bike-shares-in-London Prediction-of-bike-shares-in-London Public

    The project is focused on prediction of count of bike shares(rentals) in London and Regression methods such as Linear Regression, Random Forest, Decision Tree, MLP Regressor will be used for the pr…

    HTML 1

  3. Logistic-regression-is-regression Logistic-regression-is-regression Public

    Forked from adrianolszewski/Logistic-regression-is-regression

    Despite the popular yet wrong claim that logistic regression "is not a regression", it's one of the key regression and hypothesis testing tools in epxerimental research (like clinical trials). I wi…

    1

  4. model-based-testing-hypotheses model-based-testing-hypotheses Public

    Forked from adrianolszewski/model-based-testing-hypotheses

    Testing hypotheses through statistical models opens a universe of new possibilities. Learn how to improve your daily work with this approach.

    1