Outliers are the data that are distant away from the all other observation or unusual data that doesn't fit the data. In other words, outliers are the data that...
Categorical features refers to string type data and can be easily understood by human beings. But in case of machine, it cannot interpret the categorical data directly. Therefore, the...
Linear Regression is a machine learning model that is based on supervised learning. It performs regression task. This model maps the linear relationship between dependent and independent variables, so...
Here, in this article we are going to create blog site application using django that beginners django developer should try to build before dive into the process of making...
File handling is essential for programmers as it allows user to perform operations on file such as read, write, append etc. File handling in python is super easy and...
Django Humanize tags used to give human touch to data that provides set of template filters like apnumber, intcomma, intword, naturalday, naturaltime and ordinal.