Articles

In many of my previous articles, I have posted about Association Rule Learning, what it’s about, and how it is performed. In this article, we are going to use Association Rule Learning to actually see it in action, and for this purpose, we are going to use KSAI, a machine learning library purely written in Scala. So, let’s begin.

Adding KSAI to Your Project

You can add KSAI in your SBT project using the following import line:


Source de l’article sur DZONE (AI)