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.3.2.tar.gz (3.4 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.3.2-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aek_auto_mlbuilder-0.3.2.tar.gz
  • Upload date:
  • Size: 3.4 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.3.2.tar.gz
Algorithm Hash digest
SHA256 7264c16b4490347b5742992df88f1c6581811958d42101873e0f6a5cd24ee5ff
MD5 c108a04029cb116e95b809cb8df3c1d0
BLAKE2b-256 c547090d0b718a90aba8d6d6f390150b46386e3863c16768a93d8e9d2dc30801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aek_auto_mlbuilder-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bd43d1ea7ba70a451bd5eb2b44d97cc1ee41cdb5325fa7b5780a6152711387ad
MD5 e7a2f601dcc64a31b2b268ea2c37b233
BLAKE2b-256 7f6ddf9935574d0dcdc5c4be1897dd5a33995aa589858d9590e3b0377e2a3106

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