Dynamic Learning Technique
Dynamic learning technique allows the user to train a model in batch wise manner
Installation
Use the package manager pip to install Exchange Rate Api
pip install Dynamic-Learning-Technique
Usage
The DLT takes 2 argument with 6 optional arguments
# Initialize an object to DLT
from DLT import *
from sklearn.tree import DecisionTreeRegressor
import asyncio
async def main():
obj = DLT(['X dataset'], ['Y dataset'], DecisionTreeRegressor())
await obj.start()
if __name__ == "__main__":
asyncio.run(main())
Features
-
Algorithms Supported
New supported algorithms has been included
- RandomForestClassifier
- DecisionTreeClassifier
- SVC
- RandomForestRegressor
- DecisionTreeRegressor
- LinearRegression
- LogisticRegression
- SVR
- Ridge
- Lasso
-
Exception
New exceptions has been included
- NoArgumentException
- InvalidMachineLearningModel
- InvalidDatasetProvided
- BatchCountGreaterThanBatchSize
-
Parallel Processing
- The splitting process has been made an asynchronous process in order to increase the speed of the splitting process
Test cases has been included
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Release files for Dynamic-Learning-Technique 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Dynamic Learning Technique-0.3.tar.gz | 6.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Dynamic_Learning_Technique-0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.2 kB
Release files / Dynamic Learning Technique-0.3.tar.gz
| Download URL | Dynamic Learning Technique-0.3.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5ff0a69f2efe91135737a756fca010c72d360d79b8bd932b5b09e55a27367b47
|
|
BLAKE2b-256 checksum How to use checksums |
691172e664a74319f970b024ccc998320ea83f5f09c4ab8cd9e0481ee774c488
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|
Release files / Dynamic_Learning_Technique-0.3-py3-none-any.whl
| Download URL | Dynamic_Learning_Technique-0.3-py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4215491b0a68d011b10cdda143e2c33929b3abe2d4277b3fb98060496d7d7f28
|
|
BLAKE2b-256 checksum How to use checksums |
dc5c58320ebffa46db40a93678ed53d2cd98e6488563e3d6061aab59071b3757
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|