Automatic ML model builder in Python
Project description
AEK Auto ML Builder
Auto ML Builder Library
Installation
pip install aek-auto-mlbuilder
For future updates:
pip install --upgrade aek-auto-mlbuilder
Usage
Create LinearRegression model
For your linear regression problems, you can use LinearRegressor class via:(for now we use syntetic data):
from aek_auto_mlbuilder import LinearRegressor
from sklearn.datasets import make_regression
X, y = make_regression(n_samples=100, n_features=5, noise=0.1, random_state=42)
lr = LinearRegressor()
lr.train(X, y)
print("Best Score:", lr.best_score)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aek_auto_mlbuilder-0.8.0.tar.gz.
File metadata
- Download URL: aek_auto_mlbuilder-0.8.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28e8207d98c624513176af36c3e7c8f3cb30f544349a848130141ef48b3ab6bb
|
|
| MD5 |
970d0c08d57080eb0a8038dcc280a9d3
|
|
| BLAKE2b-256 |
99f2368151201d258cff44c696d5e543949c42d1b05f8878b7482abba6f05273
|
File details
Details for the file aek_auto_mlbuilder-0.8.0-py3-none-any.whl.
File metadata
- Download URL: aek_auto_mlbuilder-0.8.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3f2ff15476ec9c682c18b2171ab9c2cbc6fadc7295cd1ba9ee088b95e811619
|
|
| MD5 |
bb6b959f8e21b810ce387d8ee61758b9
|
|
| BLAKE2b-256 |
8e8f2d20915d9a1c7e776abfec4a5df4bf38a6702bdae22c5768cfa37fe82e3f
|