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

Uploaded Python 3

File details

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

File metadata

  • Download URL: aek_auto_mlbuilder-0.10.1.tar.gz
  • Upload date:
  • Size: 5.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.10.1.tar.gz
Algorithm Hash digest
SHA256 f9bf989a7cbffde2cbffb0489d6734d8402718228d2a89271de527048e738c40
MD5 7a0919e8774801f0d3b64c47ae36aec7
BLAKE2b-256 1cf27c3742f0d0ee1d22e3232ba687ebffd1b960895949c8df7c52fd7356a934

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aek_auto_mlbuilder-0.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d577cf282b7cef3bc16161e819568a24951b030c4f42931dd472d8ce50aedfea
MD5 092381734caf91a119d865a6e9624096
BLAKE2b-256 cd49056153d7eaa4a7740f662e83dadf1927c8c9c7dee173690dfcf36f9680b1

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