- How to download files?
- What is where?
Click on Code button and then click on Download ZIP
OR
Use git clone https://github.com/ContentUpgrad/Logistic-Regression.git
command on your terminal if git is installed in your machine.
The folder structure is given below:
As you can see there are two main folders when you log in:
- Multivariate Logistic Regression - Model Building This is where all the code files regarding Multivariate Logistic Regression - Model Building sessions are kept
- Univariate Logistic Regression This is where all the code files regarding Univariate Logistic Regression session are kept
When you click on any folder you will find the code and data folders as shown below:
You will find all the code files of the session in code folder and data folder will be empty. Please note that you need to follow the instructions given in the segment for downloading data files and keep it in the data folder manually.
You will find the following files in the code folder of Multivariate Logistic Regression - Model Building
You will find the following files in the code folder of Univariate Logistic Regression