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.8.2.tar.gz (5.5 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.8.2-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aek_auto_mlbuilder-0.8.2.tar.gz
  • Upload date:
  • Size: 5.5 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.8.2.tar.gz
Algorithm Hash digest
SHA256 a3c346e99da50ccee415d7506488e77ac0db066adce1099c618dd4bd16807177
MD5 d690f1779a2e88c8cb680211d82e96de
BLAKE2b-256 a3ab9a46dbd383875d8d1187571b44a6f7e69552b5bb403ee8f5fb5c7001b228

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aek_auto_mlbuilder-0.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9732b6db9ee167f64ecdad59b1b706ccae022f0e410817ce3bb0f3d6a9ecbc8b
MD5 9435d71a9c98874a126e462c077d7125
BLAKE2b-256 644ed0f87f39937b52bbaf86f2c672472ddf459f3974ba371694abf4f7aeee39

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