/1. Introduction/
|
1. What Does the Course Cover.mp4
|
58.9 MB
|
1. What Does the Course Cover.srt
|
5.6 KB
|
1.1 Course Resources - Complete Package.html
|
0.1 KB
|
/10. Bonus lecture/
|
1. Bonus Lecture Next Steps.html
|
1.9 KB
|
/2. What is software integration/
|
1. Properties and Definitions Data, Servers, Clients, Requests and Responses.mp4
|
72.5 MB
|
1. Properties and Definitions Data, Servers, Clients, Requests and Responses.srt
|
6.0 KB
|
10. Definitions and Applications.html
|
0.2 KB
|
2. Properties and Definitions Data, Servers, Clients, Requests and Responses.html
|
0.2 KB
|
3. Properties and Definitions Data Connectivity, APIs, and Endpoints.mp4
|
109.3 MB
|
3. Properties and Definitions Data Connectivity, APIs, and Endpoints.srt
|
8.8 KB
|
4. Properties and Definitions Data Connectivity, APIs, and Endpoints.html
|
0.2 KB
|
5. Further Details on APIs.mp4
|
121.3 MB
|
5. Further Details on APIs.srt
|
10.6 KB
|
6. Further Details on APIs.html
|
0.2 KB
|
7. Text Files as Means of Communication.mp4
|
63.4 MB
|
7. Text Files as Means of Communication.srt
|
5.6 KB
|
8. Text Files as Means of Communication.html
|
0.2 KB
|
9. Definitions and Applications.mp4
|
66.8 MB
|
9. Definitions and Applications.srt
|
6.9 KB
|
/3. Setting up the working environment/
|
1. Setting Up the Environment - An Introduction (Do Not Skip, Please)!.mp4
|
5.6 MB
|
1. Setting Up the Environment - An Introduction (Do Not Skip, Please)!.srt
|
1.3 KB
|
10. Installing Packages - Exercise.html
|
0.3 KB
|
11. Installing Packages - Solution.html
|
0.5 KB
|
2. Why Python and why Jupyter.mp4
|
43.1 MB
|
2. Why Python and why Jupyter.srt
|
6.6 KB
|
3. Why Python and why Jupyter.html
|
0.2 KB
|
4. Installing Anaconda.mp4
|
53.5 MB
|
4. Installing Anaconda.srt
|
9.1 KB
|
5. The Jupyter Dashboard - Part 1.mp4
|
14.1 MB
|
5. The Jupyter Dashboard - Part 1.srt
|
3.8 KB
|
6. The Jupyter Dashboard - Part 2.mp4
|
30.0 MB
|
6. The Jupyter Dashboard - Part 2.srt
|
7.8 KB
|
7. Jupyter Shortcuts.html
|
0.3 KB
|
7.1 Shortcuts-for-Jupyter.pdf
|
634.0 KB
|
8. The Jupyter Dashboard.html
|
0.2 KB
|
9. Installing sklearn.mp4
|
8.1 MB
|
9. Installing sklearn.srt
|
1.8 KB
|
/4. What's next in the course/
|
1. Up Ahead.mp4
|
54.9 MB
|
1. Up Ahead.srt
|
5.5 KB
|
2. Real-Life Example Absenteeism at Work.mp4
|
41.1 MB
|
2. Real-Life Example Absenteeism at Work.srt
|
3.9 KB
|
3. Real-Life Example The Dataset.mp4
|
42.9 MB
|
3. Real-Life Example The Dataset.srt
|
4.2 KB
|
4. Real-Life Example The Dataset.html
|
0.2 KB
|
5. Important Notice Regarding Datasets.html
|
1.3 KB
|
/5. Preprocessing/
|
1. What to Expect from the Next Couple of Sections.html
|
2.9 KB
|
1.1 df_preprocessed.csv
|
29.8 KB
|
1.2 data_preprocessing_homework.pptx
|
310.9 KB
|
1.3 Absenteeism_data.csv
|
32.8 KB
|
10. Examining the Reasons for Absence.mp4
|
42.6 MB
|
10. Examining the Reasons for Absence.srt
|
6.0 KB
|
11. Splitting a Column into Multiple Dummies.mp4
|
85.0 MB
|
11. Splitting a Column into Multiple Dummies.srt
|
10.2 KB
|
12. EXERCISE - Splitting a Column into Multiple Dummies.html
|
0.1 KB
|
13. SOLUTION - Splitting a Column into Multiple Dummies.html
|
0.1 KB
|
14. ARTICLE - Dummy Variables Reasoning.html
|
2.4 KB
|
15. Dummy Variables and Their Statistical Importance.mp4
|
14.5 MB
|
15. Dummy Variables and Their Statistical Importance.srt
|
1.7 KB
|
16. Grouping - Transforming Dummy Variables into Categorical Variables.mp4
|
78.2 MB
|
16. Grouping - Transforming Dummy Variables into Categorical Variables.srt
|
10.2 KB
|
17. Concatenating Columns in Python.mp4
|
40.6 MB
|
17. Concatenating Columns in Python.srt
|
5.1 KB
|
18. EXERCISE - Concatenating Columns in Python.html
|
0.2 KB
|
19. SOLUTION - Concatenating Columns in Python.html
|
0.1 KB
|
2. Data Sets in Python.mp4
|
24.3 MB
|
2. Data Sets in Python.srt
|
4.0 KB
|
20. Changing Column Order in Pandas DataFrame.mp4
|
14.7 MB
|
20. Changing Column Order in Pandas DataFrame.srt
|
1.9 KB
|
21. EXERCISE - Changing Column Order in Pandas DataFrame.html
|
0.2 KB
|
22. SOLUTION - Changing Column Order in Pandas DataFrame.html
|
0.5 KB
|
23. Implementing Checkpoints in Coding.mp4
|
27.0 MB
|
23. Implementing Checkpoints in Coding.srt
|
3.8 KB
|
23.1 Implementing Checkpoints in Coding.html
|
0.2 KB
|
24. EXERCISE - Implementing Checkpoints in Coding.html
|
0.1 KB
|
25. SOLUTION - Implementing Checkpoint in Coding.html
|
0.1 KB
|
26. Exploring the Initial Date Column.mp4
|
60.1 MB
|
26. Exploring the Initial Date Column.srt
|
8.7 KB
|
27. Using the Date Column to Extract the Appropriate Month Value.mp4
|
50.1 MB
|
27. Using the Date Column to Extract the Appropriate Month Value.srt
|
8.0 KB
|
28. Introducing Day of the Week.mp4
|
29.4 MB
|
28. Introducing Day of the Week.srt
|
4.4 KB
|
29. EXERCISE - Removing Columns.html
|
1.2 KB
|
29.1 Removing Columns.html
|
0.2 KB
|
29.2 Preprocessing - df_reason_date_mod.html
|
0.2 KB
|
3. Data at a Glance.mp4
|
64.8 MB
|
3. Data at a Glance.srt
|
7.2 KB
|
30. Further Analysis of the DataFrame Next 5 Columns.mp4
|
31.0 MB
|
30. Further Analysis of the DataFrame Next 5 Columns.srt
|
88.3 MB
|
31. Further Analysis of the DaraFrame Education, Children, Pets.mp4
|
41.5 MB
|
31. Further Analysis of the DaraFrame Education, Children, Pets.srt
|
5.8 KB
|
32. A Final Note on Preprocessing.mp4
|
22.7 MB
|
32. A Final Note on Preprocessing.srt
|
2.6 KB
|
32.1 Exercises and Solutions.html
|
0.2 KB
|
32.2 Preprocessing - Lectures.html
|
0.2 KB
|
32.3 Preprocessing - df_preprocessed.html
|
0.2 KB
|
33. A Note on Exporting Your Data as a .csv File.html
|
0.9 KB
|
4. A Note on Our Usage of Terms with Multiple Meanings.mp4
|
29.3 MB
|
4. A Note on Our Usage of Terms with Multiple Meanings.srt
|
4.2 KB
|
5. ARTICLE - A Brief Overview of Regression Analysis.html
|
2.9 KB
|
6. Picking the Appropriate Approach for the Task at Hand.mp4
|
21.2 MB
|
6. Picking the Appropriate Approach for the Task at Hand.srt
|
2.9 KB
|
7. Removing Irrelevant Data.mp4
|
64.7 MB
|
7. Removing Irrelevant Data.srt
|
8.0 KB
|
8. EXERCISE - Removing Irrelevant Data.html
|
0.9 KB
|
9. SOLUTION - Removing Irrelevant Data.html
|
0.1 KB
|
/6. Machine Learning/
|
1. Exploring the Problem from a Machine Learning Point of View.mp4
|
28.8 MB
|
1. Exploring the Problem from a Machine Learning Point of View.srt
|
4.7 KB
|
1.1 Absenteeism_preprocessed.csv
|
29.8 KB
|
10. Interpreting the Important Predictors.mp4
|
42.4 MB
|
10. Interpreting the Important Predictors.srt
|
7.4 KB
|
11. Simplifying the Model (Backward Elimination).mp4
|
41.5 MB
|
11. Simplifying the Model (Backward Elimination).srt
|
5.3 KB
|
11.1 Logistic Regression prior to Backward Elimination.html
|
0.2 KB
|
12. Testing the Machine Learning Model.mp4
|
51.5 MB
|
12. Testing the Machine Learning Model.srt
|
6.7 KB
|
13. How to Save the Machine Learning Model and Prepare it for Future Deployment.mp4
|
39.3 MB
|
13. How to Save the Machine Learning Model and Prepare it for Future Deployment.srt
|
5.6 KB
|
14. ARTICLE - More about 'pickling'.html
|
2.2 KB
|
15. EXERCISE - Saving the Model (and Scaler).html
|
0.3 KB
|
15.1 Logistic Regression with Comments.html
|
0.2 KB
|
15.2 Logistic Regression.html
|
0.2 KB
|
16. Creating a Module for Later Use of the Model.mp4
|
46.7 MB
|
16. Creating a Module for Later Use of the Model.srt
|
5.8 KB
|
2. Creating the Targets for the Logistic Regression.mp4
|
48.1 MB
|
2. Creating the Targets for the Logistic Regression.srt
|
8.6 KB
|
3. Selecting the Inputs.mp4
|
17.6 MB
|
3. Selecting the Inputs.srt
|
3.6 KB
|
4. A Bit of Statistical Preprocessing.mp4
|
21.6 MB
|
4. A Bit of Statistical Preprocessing.srt
|
4.2 KB
|
5. Train-test Split of the Data.mp4
|
55.3 MB
|
5. Train-test Split of the Data.srt
|
8.5 KB
|
6. Training the Model and Assessing its Accuracy.mp4
|
43.7 MB
|
6. Training the Model and Assessing its Accuracy.srt
|
7.3 KB
|
7. Extracting the Intercept and Coefficients from a Logistic Regression.mp4
|
40.7 MB
|
7. Extracting the Intercept and Coefficients from a Logistic Regression.srt
|
6.5 KB
|
8. Interpreting the Logistic Regression Coefficients.mp4
|
54.9 MB
|
8. Interpreting the Logistic Regression Coefficients.srt
|
8.0 KB
|
9. Omitting the dummy variables from the Standardization.mp4
|
43.2 MB
|
9. Omitting the dummy variables from the Standardization.srt
|
5.1 KB
|
9.1 Logistic Regression prior to Custom Scaler.html
|
0.2 KB
|
/7. Installing MySQL and Getting Acquainted with the Interface/
|
1. Installing MySQL.mp4
|
84.9 MB
|
1. Installing MySQL.srt
|
11.7 KB
|
2. Installing MySQL on macOS and Unix systems.html
|
2.7 KB
|
3. Setting Up a Connection.mp4
|
18.4 MB
|
3. Setting Up a Connection.srt
|
3.3 KB
|
4. Introduction to the MySQL Interface.mp4
|
39.0 MB
|
4. Introduction to the MySQL Interface.srt
|
36.6 MB
|
/8. Connecting Python and SQL/
|
1. Are you sure you're all set.html
|
0.3 KB
|
1.1 5 Files Needed to Deploy the Model.html
|
0.1 KB
|
10. Transferring Data from Jupyter to Workbench - Part I.mp4
|
79.9 MB
|
10. Transferring Data from Jupyter to Workbench - Part I.srt
|
8.0 KB
|
11. Transferring Data from Jupyter to Workbench - Part II.mp4
|
61.1 MB
|
11. Transferring Data from Jupyter to Workbench - Part II.srt
|
7.5 KB
|
12. Transferring Data from Jupyter to Workbench - Part III.mp4
|
34.4 MB
|
12. Transferring Data from Jupyter to Workbench - Part III.srt
|
3.4 KB
|
12.1 Integration.html
|
0.2 KB
|
2. Implementing the 'absenteeism_module' - Part I.mp4
|
26.7 MB
|
2. Implementing the 'absenteeism_module' - Part I.srt
|
4.8 KB
|
3. Implementing the 'absenteeism_module' - Part II.mp4
|
56.9 MB
|
3. Implementing the 'absenteeism_module' - Part II.srt
|
7.6 KB
|
4. Creating a Database in MySQL.mp4
|
61.8 MB
|
4. Creating a Database in MySQL.srt
|
8.2 KB
|
5. Importing and Installing 'pymysql'.mp4
|
20.0 MB
|
5. Importing and Installing 'pymysql'.srt
|
3.4 KB
|
6. Creating a Connection and Cursor.mp4
|
22.0 MB
|
6. Creating a Connection and Cursor.srt
|
3.6 KB
|
7. EXERCISE - Create 'df_new_obs'.html
|
0.3 KB
|
8. Creating the 'predicted_outputs' table in MySQL.mp4
|
55.0 MB
|
8. Creating the 'predicted_outputs' table in MySQL.srt
|
6.0 KB
|
9. Running an SQL SELECT Statement from Python.mp4
|
26.7 MB
|
9. Running an SQL SELECT Statement from Python.srt
|
3.7 KB
|
/9. Analyzing the Obtained data in Tableau/
|
1. EXERCISE - Age vs Probability.html
|
0.4 KB
|
2. Analysis in Tableau Age vs Probability.mp4
|
59.2 MB
|
2. Analysis in Tableau Age vs Probability.srt
|
10.3 KB
|
3. EXERCISE - Reasons vs Probability.html
|
0.4 KB
|
4. Analysis in Tableau Reasons vs Probability.mp4
|
62.2 MB
|
4. Analysis in Tableau Reasons vs Probability.srt
|
9.7 KB
|
5. EXERCISE - Transportation Expense vs Probability.html
|
0.6 KB
|
6. Analysis in Tableau Transportation Expense vs Probability.mp4
|
42.6 MB
|
6. Analysis in Tableau Transportation Expense vs Probability.srt
|
7.2 KB
|
/
|
[Tutorialsplanet.NET].url
|
0.1 KB
|
Total files 181
|