Skip to main content

Automatic ML model builder in Python

Project description

AEK Auto ML Builder Logo

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aek_auto_mlbuilder-0.13.0.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aek_auto_mlbuilder-0.13.0-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file aek_auto_mlbuilder-0.13.0.tar.gz.

File metadata

  • Download URL: aek_auto_mlbuilder-0.13.0.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for aek_auto_mlbuilder-0.13.0.tar.gz
Algorithm Hash digest
SHA256 6615a4e3d618ff43f37d46978b1e9cb7cbb78ab748bd45a285785e256ecfa474
MD5 218f9c6cb15fb836f4e18d6eef8fb28b
BLAKE2b-256 cb59bd9377ca1c5448d6c230dfd9e02b96cca1df965b540adcaae77fac03fcaf

See more details on using hashes here.

File details

Details for the file aek_auto_mlbuilder-0.13.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aek_auto_mlbuilder-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ee1dcf4159b184de92e88b0aa90a0ab14d952318910b9aa0ca5ddac8fcd0a81f
MD5 4cb9eb951f91675d5041c640359d0229
BLAKE2b-256 75b3ca5ac35fd5cb893123ba97ee15e3885b914c0c9ea70b966633b3ed30f36f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page