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

Uploaded Python 3

File details

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

File metadata

  • Download URL: aek_auto_mlbuilder-0.2.0.tar.gz
  • Upload date:
  • Size: 3.1 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.2.0.tar.gz
Algorithm Hash digest
SHA256 9034a2d90fbfdb695567bf05da3088e3ef9ab459b186f65bf027b8d63f1506d4
MD5 dad59f3e05ff6093d9e55d16c07341c9
BLAKE2b-256 9235175922eaf890c217850132fa2dae70d64bbe4f9efb7b1e8aef4b6493b8fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aek_auto_mlbuilder-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7d8bf45c4e81377fb79f9c4c430c5418f08834def845710de532ca14bf6cab9d
MD5 fd219787dd56e07a5ca0e00f40e6f304
BLAKE2b-256 0c81f23e37d9b2ed216f0ceff0057cc549ca6a8ee7b061249a6a7185fab19510

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