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.3.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file AIFrameWork-0.0.3.tar.gz
.
File metadata
- Download URL: AIFrameWork-0.0.3.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 | 20d890174e1801c90b1fdd3fdf087c3cafcef2862a0143f6a7fc10d016bc954b |
|
MD5 | 4aa9e55682d3abd9826945161b669e71 |
|
BLAKE2b-256 | d34a2fa80ab59a4563f11a36969f527ac58d17487e64bdd0aede49316ff129a4 |
File details
Details for the file AIFrameWork-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: AIFrameWork-0.0.3-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 | abb05ceb17dbcaa9445349f12fb2fffa7a30f8cb89b2ead1ef9d797e44dbecd1 |
|
MD5 | 6bbc4ec6163807db3cf4d60fce9075df |
|
BLAKE2b-256 | 9b3f7c1ca6b4cd96bedd35fb2390252a5c879559494a17314ff85a6bd4eecd6b |