Skip to content
#

mlextend

Here are 9 public repositories matching this topic...

Language: All
Filter by language

Feature selection techniques in machine learning is a process of automatically or manually selecting the subset of most appropriate and relevant features to be used in model building. Here we are taking a machine learning regression problem and shows the different steps in feature selection process

  • Updated Nov 9, 2022
  • Jupyter Notebook

Association Rules Data Mining (Groceries). Converting the data frame into a list of lists, Using Transactionencoder to transform this dataset into a logical data frame, Building the data frame: rows are logical and columns are the items that have been purchased, Print Column names, We need to drop nan column from the data frame, Most popular ite…

  • Updated Jul 20, 2021
  • Jupyter Notebook

Tableau Prep+Python:Basket Case Analysis with Superstore. Setup: People who bought product X and product Y might be interested in product Z. By analyzing a lot of transactional data we try to distill association rules to make such statements. The output table out the Tableau Prep flow can be implemented in various ways. Tools: Tableau Prep + Pyt…

  • Updated Aug 12, 2020
  • Python

A brief overview of popular Association Rule Mining algorithms: Apriori, FPGrowth and ECLAT on the UCI Student Performance Dataset. We attempt to identify antecedents (interpretable categorical student descriptors) which have as a consequent certain categories of the final grade.

  • Updated Mar 2, 2026
  • Jupyter Notebook

Add this topic to your repo

To associate your repository with the mlextend topic, visit your repo's landing page and select "manage topics."

Learn more