A confusion matrix is a table that is often used to describe the performance of a classification model (or “classifier”) on a set of data for which the true values are known. It allows you to see how well your …
Python – Functions
Functions
A function is a rule for taking zero or more inputs and returning a corresponding output. In Python, we typically define functions using def:
def double(x): """this is where you put an optional docstring that explains what the function
Flatten list item from Column – Python [Data Cleaning]
Hi folks. , Hope you are doing well. So here today I’m going to present you a scenario that we are going to solve , very simple concept yet very useful and very effective in day to day life for …
Data Cleaning with Pandas Python : Missing Values
According to IBM Data Analytics you can expect to spend up to 80% of your time cleaning data.
Hi, Folks hope you all are doing awesome, In today’s tutorial, we are going to learn Data Cleaning Process with Python and …
Creating Pivot Table with Pandas
Hey Guys, today I’m going to create an article on PIVOT TABLE in Python with the help of Pandas. So, Pivot Table is basically tabled summarize data, they can be used to find unique values in a field. This is …
Data Science – First Step with Python and Pandas (Read CSV File)
Hi, Folks hope you all are doing awesome, So today I’m going to start Data analysis with Python Pandas. this tutorial is all about the Basics of Data analysis. we are going to read CSV file with the help of …
Top 4 Python Libraries for Data Science in 2018
Hi folks, today I’m going to Explain Something about python, Yeh I know, First time this is happing on TechJunkGigs, So let’s talk about python
Python is an object-oriented, high-level programming language with integrated dynamic semantics primarily for web and …