Archives for data preprocessing

25 Aug

When to Use One-Hot Encoding in Deep Learning?

image-25563
image-25563

One hot encoding can be defined as the essential process of converting the categorical data variables to be provided to machine and deep learning algorithms which in turn improve predictions as well as classification accuracy of a model. One Hot Encoding is a common way of preprocessing categorical features for machine learning models.

The post When to Use One-Hot Encoding in Deep Learning? appeared first on Analytics India Magazine.

25 Jul

Comprehensive Guide To Web Scraping With Selenium

image-24563
image-24563

Web scraping, surveys, questionnaires, focus groups, etc., are some of the widely used mechanisms for gathering insightful data. However, web scraping is considered the most reliable and efficient data collection method out of all these methods. Web scraping, also termed as web data extraction, is an automatic method for scraping large data from websites. It processes the HTML of a web page to extract data for manipulation, such as collecting textual data and storing it into some data frames or in a database.

The post Comprehensive Guide To Web Scraping With Selenium appeared first on Analytics India Magazine.

24 Jul

Beginners Guide To SQL (With Python Codes)

image-24525
image-24525

SQL can be used to store, access and extract massive amounts of data to carry out the whole Data Science process smoothly. The beginning process involved in Data Science is to perform a lot of querying operations, a lot of search operation, extraction operation, editing or modifying operation to do all that while having Big Data we need a huge management system along with that we need language to perform all the operation that we want to do with data that’s why SQL comes in picture.   

The post Beginners Guide To SQL (With Python Codes) appeared first on Analytics India Magazine.

24 Jul

Beginners Guide To SQL (With Python Codes)

image-24526
image-24526

SQL can be used to store, access and extract massive amounts of data to carry out the whole Data Science process smoothly. The beginning process involved in Data Science is to perform a lot of querying operations, a lot of search operation, extraction operation, editing or modifying operation to do all that while having Big Data we need a huge management system along with that we need language to perform all the operation that we want to do with data that’s why SQL comes in picture.   

The post Beginners Guide To SQL (With Python Codes) appeared first on Analytics India Magazine.