Coders Packet

Packets submitted by Radhika Talwar

Classification Templates in Python

This packet contains Classification Python Model templates and the pros and cons of all the Different Classification models.

Grocery Items Recommendation using Eclat Algorithm in Python - Association Rule Learning

In this Python Packet, We are going to Train our machine using the Eclat algorithm in which we can find the best deals that can be provided by Grocery Vendors to maximize his revenue.

Generating a sine and cosine curve using Python

We are going to plot and show the trigonometry functions sine and cosine in Python. We'll start by importing matplotlib and numpy in our code using the standard lines.

Data Preprocessing Template in Python

This is a Data Preprocessing Template which we can apply on any dataset. You just have to change the name of Dataset. It contains Dataset and the template with extension .ipynb.