-
Updated
Jul 9, 2021 - Python
mlextend
Here are 7 public repositories matching this topic...
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
Market Basket Analysis is one of the key techniques used by large retailers to uncover associations between items. It works by looking for combinations of items that occur together frequently in transactions. To put it another way, it allows retailers to identify relationships between the items that people buy. Association Rules are widely used …
-
Updated
Nov 30, 2021 - Jupyter Notebook
-
Updated
Oct 5, 2023 - Jupyter Notebook
It's a data science project for classification of Fraudulent and Non-Fraudulent transactions.
-
Updated
Apr 20, 2023 - 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
Improve this page
Add a description, image, and links to the mlextend topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mlextend topic, visit your repo's landing page and select "manage topics."