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

Uploaded Python 3

File details

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

File metadata

  • Download URL: aek_auto_mlbuilder-0.12.0.tar.gz
  • Upload date:
  • Size: 6.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.12.0.tar.gz
Algorithm Hash digest
SHA256 53e09da29fc4c90474e50862dca5dbf718a596daf86bb9bddf30b3d7a89b1998
MD5 73c42b19ffb44795c1bc7eb8a7e41e87
BLAKE2b-256 ba4184602b063b2dea1b260caf5205764c900bce57d7e298fbb68ec40f2b5517

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aek_auto_mlbuilder-0.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 16ab86149828d14c61bbeba07e5731b9798f8c3e8e60210146433f460080051e
MD5 769b29788979ec99c09db42d257d7976
BLAKE2b-256 a2e97a27b66e1936e97b02f66d38a75ed01fe892027832e163393b6288e4bb72

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