AI models simplified and implemented
Reason this release was yanked:
Bad pip installation
Project description
Documentation
Documentation for the PollAI library
Changelogs
0.0.1 (First Release)
==============
- First Release
- Rule based model class and ML model class implementation
0.1.1
=======
- Fix pip bugs
How to initialize the ML_Model class:
from pollai import ML_Model # Can also be * (which imports all classes and functions)
model = ML_Model(training_data) # params: self, training_data
Training the model
from pollai import ML_Model # Can also be * (which imports all classes and functions)
model = ML_Model(training_data) # initialize the model first
model.train() # no params required. trains the model
Running the model
from pollai import ML_Model # Can also be * (which imports all classes and functions)
model = ML_Model(training_data) # initialize the model first
model.train() # train the model first to avoid the TrainingException exception.
Exceptions:
TrainingException: Exception when training is incomplete or not implemented at all. The model needs to be trained to produce the expected accurate results.
Imperfections in AI
Don't get me wrong, AI is amazing. However, it could use improvements. PollAI is imperfect too! Machine learning, Rule based, any AI model has imperfections and can be improved. For example, Machine Learning requires lots of computational resources and Rule based models are constantly inaccurate.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 pollai-0.1.1.tar.gz.
File metadata
- Download URL: pollai-0.1.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7649f7f53168e773280839148832a155e037a361c0279dba964276314e9ddb0
|
|
| MD5 |
8a9412247d9b48e67d6b089ca5b188c2
|
|
| BLAKE2b-256 |
431ae3d0f892dba11b0d92052144c46801a50016fe8d65a7bab5757790fb1c1d
|
File details
Details for the file pollai-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pollai-0.1.1-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0410ed13590f19f5d7762a4f49907371c928b4a1bd5fd75ee0153ee52841ea30
|
|
| MD5 |
a2d897240b6c9f493922470a6280d25f
|
|
| BLAKE2b-256 |
8e15795cfc71ef6d437f16bfd9023ee0ea65725510f8d5f9e96b0cc9ebf3ac3c
|