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

Uploaded Python 3

File details

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

File metadata

  • Download URL: aek_auto_mlbuilder-0.1.1.tar.gz
  • Upload date:
  • Size: 2.7 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.1.1.tar.gz
Algorithm Hash digest
SHA256 3f674378cdd1b0ed4d5d2f9642bdf267043889290ae1191a18d55a62c706fcf9
MD5 79c52a694d9b3c1393123f1ad81edaa3
BLAKE2b-256 667e1f0a750eb3636dd8aad407991859d7a7893a2bfc71c67b5d1715a0049052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aek_auto_mlbuilder-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ec453fc3d310f87871e30c74aa4de3a35e580632398b481c4e85737c6af11d5b
MD5 b435b9db9369d33e9790b8aaa5ca43f4
BLAKE2b-256 f489c23ab45da46f4085c5911d4e3b1abdbd3e83b0c2c70963a6cc1cff5b2439

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