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

Uploaded Python 3

File details

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

File metadata

  • Download URL: aek_auto_mlbuilder-0.8.0.tar.gz
  • Upload date:
  • Size: 5.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.8.0.tar.gz
Algorithm Hash digest
SHA256 28e8207d98c624513176af36c3e7c8f3cb30f544349a848130141ef48b3ab6bb
MD5 970d0c08d57080eb0a8038dcc280a9d3
BLAKE2b-256 99f2368151201d258cff44c696d5e543949c42d1b05f8878b7482abba6f05273

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aek_auto_mlbuilder-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f3f2ff15476ec9c682c18b2171ab9c2cbc6fadc7295cd1ba9ee088b95e811619
MD5 bb6b959f8e21b810ce387d8ee61758b9
BLAKE2b-256 8e8f2d20915d9a1c7e776abfec4a5df4bf38a6702bdae22c5768cfa37fe82e3f

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