Skip to content

kundanmail55/bbc-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BBC text Classification

Tasks performed:

  1. Imports
  2. Reading Data
    • Reading Folders
    • Reading Files
  3. Preprocessing
    • Remove duplicate data
    • Add type_id
  4. Data Cleaning
    • Stopword
    • Lemmatization
    • Lower Case
    • Removing all numeric values
  5. Feature Engineering
    • Adding Features
    • Selecting Features
    • Adding Custom Transformer
    • Pipelines
    • Training model
    • Prediction
    • Performance

Steps to run the Code:

  1. Open Terminal

  2. Clone the repo

    git clone https://github.com/kundanmail55/bbc-classification
  1. Navigate to the repo
    cd bbc-classification
  1. Install all the packages
    pip install -r requirements.txt
  1. Run Command
    python3 bbc_classification.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages