Carlos Rodriguez

Carlos Rodriguez

Introduction to Pycharm Templates

Introduction PyCharm is an IDE developed by JetBrains for Python. As an IDE, its goal is to provide the programmer with a set of features that make code development in this language more efficient. For example, it automatically writes import…

Introduction to Logistic Regression

Introduction Logistic regression is a statistical methodology that allows modeling the relationships between a binary categorical variable and a set of explanatory variables. Specifically, it models the probability that an observation belongs to one of the categories of that binary…