A library for performaing machine learning tasks with ease
Project description
AIFrameWork
This is a Python library that provides functionality for performing machine learning tasks with ease.
Installation
You can install this library using pip:
pip install AIFrameWork
Usage
Here is an example of how to use this library.
SINGLE TARGET REGRESSION
from my_library import RegressionSingleTarget
Create an instance of the regression model
model = RegressionSingleTarget()
Fit the model to the training data
model.fit(X_train, y_train)
Predict on the test data
y_pred = model.predict(X_test)
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
AIFrameWork-0.0.1.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file AIFrameWork-0.0.1.tar.gz
.
File metadata
- Download URL: AIFrameWork-0.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e65d2dd9842ba4d5cf95992fe50537470922d8b93aa60a8c1f3026e81b8107fc |
|
MD5 | 7442a5d90966288d41ce1a10e516f756 |
|
BLAKE2b-256 | 2624a4c4b4db95998d0e86c2566713f933c14f4e89731ff87bd55a820f34b996 |
File details
Details for the file AIFrameWork-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: AIFrameWork-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf6e6e10ad4f0cdc6ce04f52ef96016dfae5b8d6d673e5c226b86495ce771310 |
|
MD5 | d3b64eee263e7b08bfd7e0f3bf6bd3dc |
|
BLAKE2b-256 | 259ed6d766221320f5f89f275968d8612c40540f193826222c313bdb5295c9e5 |