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.2.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file AIFrameWork-0.0.2.tar.gz
.
File metadata
- Download URL: AIFrameWork-0.0.2.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 | 20c442780c1593916bb0782b0c5dfd2ec37ec1e5cdb0d93f96d4db4d647670e3 |
|
MD5 | e7166c3e8dd75853f2d7114051977303 |
|
BLAKE2b-256 | 3804c9097af5107e402d9762b1b01b7dc52f837e8feb2ef3bbb15946c170a895 |
File details
Details for the file AIFrameWork-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: AIFrameWork-0.0.2-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 | 699badd06e6b99eb7d66a8267ed8d4a5c5cfa5802020cbb1991e57213dfc1c53 |
|
MD5 | 70ccf3fe656c49c421e2c85ad797f04c |
|
BLAKE2b-256 | 3565f1a67cd1a9fc977c287cbd42c0ccc51fe8280a2518b9b9c78a436813451d |