Skip to main content

This is used for creating multi-split entropy based ID3Trees.

Project description

# Id3trees

This is a python package that provides the ID3 Decision tree for
classifying and predicting data.


After installing the package in order to use it in the code, Please do
the following.

```python

from Id3trees import tree

# train_data : A ``pandas`` DataFrame training data on which the ID3 tree
# classification needs to be done
# train_data_class : A ``pandas`` DataFrame consisting of a 1D series of
# training class data
tree = tree.MyDecisionTreeClassifier()
tree.fit(train_data, train_data_class)

# test_data : A ``pandas`` DataFrame containing the testing data
# returns : An array of predicted class for the given
tree.predict(test_data)

# print the tree after fitting the value
tree.print()

```

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

id3tree-0.0.4.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

id3tree-0.0.4-py2.py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 2 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