Concept Learning Algorithms
Project description
Concept Learning
This module contains functions to concept learning algorithms
Installation
Run the following command to install:
pip install conceptlearning
Parameters
data
The training dataset consisting of featues and outcomes of type list
Attributes
# for Candidate Elimination Algorithm
candidate_elimination()
# for Find S Algorithm
initialize_hypothesis()
find_s()
Usage
from conceptlearning.CandidateEliminationAlgorithm import CandidateElimination
ce = CandidateElimination(data)
ce.candidate_elimination()
from concetplearning.FindSAlgorithm import FindS
fs = FindS(data)
fs.initialize_hypothesis()
fs.find_s()
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
conceptlearning-0.0.8.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file conceptlearning-0.0.8.tar.gz.
File metadata
- Download URL: conceptlearning-0.0.8.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b168a4004dfcccc0e6bfb9794ab55f94ea14a5b44e02141360b6fc6cfebf667
|
|
| MD5 |
5b0db49586338775a928494298b080d3
|
|
| BLAKE2b-256 |
c0f2d3ac77bed3601e8c4105d00ea63263654b36a57103da3bf56c66ea70cc95
|
File details
Details for the file conceptlearning-0.0.8-py3-none-any.whl.
File metadata
- Download URL: conceptlearning-0.0.8-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dee1e39b67043f4e51c50d6e6f47b15d572516dbcfd0418cc7748b20acba28cc
|
|
| MD5 |
b5053a6d20ccd5ab8be1081da1f347f7
|
|
| BLAKE2b-256 |
19e884fc1947796e71ab6950eb28c2109968b0f0e916b9c946fadfd506328684
|