rsquared

There are 3 repositories under rsquared topic.

  • rexmex

    AstraZeneca/rexmex

    A general purpose recommender metrics library for fair evaluation.

    Language:Python27581925
  • ashishyadav24092000/MultipleLinearRegression_CategoricalVariables2

    This explains the code for multiple regression model for a sample data saved as dummy2.xlsx. It explains the variability of model i.e. dependency of salary on Experience of Employee and their Gender. It also clarifies whether the average salary for the female employees are lesser than male employees or not.And if yes than by how much.

    Language:Jupyter Notebook
  • PBPatil/Regression-Projects

    Regression is one of the foundational techniques in Machine Learning. Being one of the most well-understood algorithms, beginners always struggle to understand some fundamental terminology related to regression. In this series of projects, I will try to give you basic ideas of underlying concepts with the help of practical examples. If you are starting your career or want to brush up on your knowledge of regression, this repo is made up for you. These projects begins by introducing some simple real-life examples for regression. From a brief introduction to most of the concepts used in regression to hands-on experience, these projects will give you enough understanding to apply those in real-world problems. With the help of the background developed, you will code your regression model in python.

    Language:Jupyter Notebook10