Tuesday, 7 August 2018

Data Analytics :Unit III- Association Rules and Regression


Contents:

Advanced Analytical Theory and Methods: Association Rules- Overview, a-priori algorithm, evaluation of candidate rules, case study-transactions in grocery store, validation and testing, diagnostics. Regression- linear, logistics, reasons to choose and cautions, additional regression models. 

Handouts:

https://drive.google.com/file/d/1GaCTZJS__Rm6I5awe2-UMEhYwnGYOvNK/view?usp=sharing

No comments:

Post a Comment

Stack and Queue as ADT in C++

Stack as ADT The functions associated with stack are: empty()  – Returns whether the stack is empty size()  – Returns the size o...