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

Uploaded Python 3

File details

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

File metadata

  • Download URL: aek_auto_mlbuilder-0.7.0.tar.gz
  • Upload date:
  • Size: 5.2 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.7.0.tar.gz
Algorithm Hash digest
SHA256 e57bdc0cc4375b861d3d7b667a6622673722cb63bc52d844589320a4b90ed58a
MD5 1685ce315ed189ef055680908d65b31f
BLAKE2b-256 335f1a10a5cbe6c43ea507d6578fe65d28b93ac1bdbb337eaad7dd2e68b1ec09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aek_auto_mlbuilder-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a39abe84c28d1644d11a8f5bd8b053509cbdf426f58801a16603fbcf060c6ede
MD5 899e6fb7a2514e3877b9dd7e6104539a
BLAKE2b-256 110d6bce3853cab48d509b85123282ea4cfae2df1e51dbeea6588686126857ff

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