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.16.1.tar.gz (6.9 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.16.1-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aek_auto_mlbuilder-0.16.1.tar.gz
  • Upload date:
  • Size: 6.9 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.16.1.tar.gz
Algorithm Hash digest
SHA256 ff990cc127fa21fa647f2f62acc29928355185f0686d6098d43da8db8e0661b1
MD5 3424a9cc521bf740e7a743d53d44f126
BLAKE2b-256 d07ff5f292711becc4d776fb57cb9c99c8a7d5d9862ac31cb96045a49e676c78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aek_auto_mlbuilder-0.16.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ffda34250f65d0a21ac7277273a78c9a901c2c3f863fd4972662c7fc2c3716bf
MD5 6158bd3ad1bf07a5ee5cb3b964bd1033
BLAKE2b-256 129727d680d5264c3c83438521e821c7daf949fe5aa1685543f2fb8cc0063151

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