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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Regression_single_target-0.1.tar.gz
.
File metadata
- Download URL: Regression_single_target-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 | bd6e4551e1e8f706c476279e45eff26f6a43798d6bf54c214252d0da5c0c7441 |
|
MD5 | 1af0c5d99fdd3ea27d5071c28013362d |
|
BLAKE2b-256 | b09f6d1c985737671f118760772c5601b12ac2a177909423deebaba4201ac3ca |
File details
Details for the file Regression_single_target-0.1-py3-none-any.whl
.
File metadata
- Download URL: Regression_single_target-0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 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 | 909606831c1063694698834fabad571677812d82c69ec703a64b8a5e78974d0e |
|
MD5 | f435320d32679dbbfd5e07c09570b684 |
|
BLAKE2b-256 | 8508a4952541a5ffa8dc19d5b8e9188e14340eeed4dae6710bbb2d0a89da4953 |