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.4.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file AIFrameWork-0.0.4.tar.gz
.
File metadata
- Download URL: AIFrameWork-0.0.4.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 | d441fbf3cc1cf590f51e300fdd6a5c165a4e0e3b9ea1f3197c440621377bde81 |
|
MD5 | 016d2e206ff40659bb92ecb90e1042f3 |
|
BLAKE2b-256 | 56fd708ab5f3bc733bdccc2bfe19afaed13825b1e154613eed3e7a25885103b6 |
File details
Details for the file AIFrameWork-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: AIFrameWork-0.0.4-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 | f41d8197f1318ac4789b03170f2dcc7da7ed31da83f66c9787d98e8c2fee1ccd |
|
MD5 | 0c7cd124bb01842ca3b3146981d82e1c |
|
BLAKE2b-256 | 636a72c6f36f4df96e750a5dabedc82730e5d33136cc370fa38a36bf13ce0697 |