Tag: trend discovery

By Prateek Sharma & Priya Chetty on July 16, 2018 2 Comments

K- Nearest Neighbor, popular as K-Nearest Neighbor (KNN), is an algorithm that helps to assess the properties of a new variable with the help of the properties of existing variables. KNN is applicable in classification as well as regression predictive problems.

 , , ,
By Priya Chetty on January 10, 2018 No Comments

A decision tree is a graphical representation of possible solutions to a problem based on given conditions. It is called a tree because diagrammatically it starts with a single box (target variable) and ends up in numerous branches and roots (numerous solutions).

 , ,
By Priya Chetty on December 5, 2017 No Comments

While many statistical methods in machine learning are used either to predict or analyse trends in the data, cluster analysis is used for organizing the data. It is a process of grouping observations of similar kinds within a large population.

 , ,