Skip to main content

An implementation of C4.5 Algorithm

Project description

C4.5 Algorithm implementation.

This work is a part of my Pattern Recognition Lab on CSE, KHULNA UNIVERSITY.

Abdullah Al Noman, CSE-KU

Hello there,

To use this module, open command prompt and type - pip install C4point5

after installing the module write code as below,

from C4point5 import C45

model = C45.C4point5([train dataset path])

model.readDataset()
model.preprocessData()
model.generateTree()
model.printTree()
model.predict()
model.evaluate([test dataset path])
model.viewTruePred([test dataset path])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

C4point5-1.0.2.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

C4point5-1.0.2-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page