Create SSL Certificate with XAMPP in Local Windows Machine
1 Introduction 2 Create SSL 3 Add domain name in hosts file 4 Create virtual host in Apache 1.Introduction▲ This document describes how to create SSL certificate in Windows Machine and deploy your local site with https. It requires two files that you can download from cert.conf make-cert.bat This example […]
Remove a Certificate (server.crt) from Local Windows Machine
1 Introduction 2 Run mmc command 3 Open the certificate folder 4 Delete a certificate 1.Introduction▲ You have installed a server.crt file in Windows 10 machine. Follow the instruction to uninstall it. 2.Run mmc command▲ It can be done in either of the following ways: 2.1.You can right click start […]
Machine Learning with Diamond Data – Part 1
1. Introduction 2. Load data 3. Print list of members and methods of loaded data object 4. Print details of loaded dataset 5. Find unique values of some columns 6. Change the nominal values of cut into ordinal (numeric values) 7. Change nominal values of color and clarity as well into ordinal values 8. set price as target […]
Bar Graphs Using Matplotlib
by Razkummara 1. Introduction 2. Importing matplotlib & pyplot 3. Creating the list of Strings & integers 4. Setting the figure size(length,width) 5. Set the title for the figure 6. Creating the subplot for plotting the graph 7. Executing bar graph using names & values 8. Printing the graph 9. Executing another slot and executing the bar graph 1.Introduction▲ […]
Machine Learning with Credit Card Default data – Part 1
1. Introduction 2. Load data 3. Left Blank 4. Print details of loaded dataset 5. Find unique values of some columns 6. Change the columns 7. Rename pay columns 8. Set ‘default as target and create a new dataset X by dropping this column from original dataset 9. Use RobustScaler to transform X 10. Create a dataset Y with only […]
How to install and create Django-project
1. Check python version 2. Check pip version 3. Install virtualenvwrapper 4. Create a virtual environment for your project 5. Install Django in activate environment 6. Check Django version 7. Activate your virtual environment 8. Create Django project 9. Run the Django Projects 10. Make migration if you have added […]