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.5.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file AIFrameWork-0.0.5.tar.gz
.
File metadata
- Download URL: AIFrameWork-0.0.5.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 | 9d22af1a04c5be4772990aa3c8cf0175b6ed3f150c3984c23c05154552c41e60 |
|
MD5 | 5a58a2d823f8220b9093585b65e37523 |
|
BLAKE2b-256 | f8bada1fa286a71d030a4868db71236977d5bc8e65509747eda513e9a2eeab1d |
File details
Details for the file AIFrameWork-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: AIFrameWork-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.2 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 | d91c45edf041e174df35ff352d7e81926b18f08e2bde67ff4cee376112159316 |
|
MD5 | 013f389f439826a1f3d9bc3a8c646e20 |
|
BLAKE2b-256 | 846d4719a94a344b158cd043d042906a4a7314eb28119dc77ecf355b5a22a30d |