Skip to main content

Machine learning toolkit to find the best starting model for your project

Project description

quickerml

Machine learning module intended to be your first shot swiss knife.

If you work on Data Science or Artificial Intelligence projects you probably have had to repeat over and over again the same crucial first steps on your project in order to find what's the best model option for your data.
There is the idea that gave birth to quickerml: Automatize those repetitive initial tests to find the best starting model for your project.

Installation

pip install quickerml

Get started

from quickerml import Finder

finder = Finder(
    problem_type='regression', 
    models=[
        LinearSVR(), 
        RandomForestRegressor(), 
        XGBRegressor(), 
        LGBMRegressor()
    ]
)

best = finder.find(X, y)

Terminal Execution

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

quickerml-0.1.0.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quickerml-0.1.0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file quickerml-0.1.0.tar.gz.

File metadata

  • Download URL: quickerml-0.1.0.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for quickerml-0.1.0.tar.gz
Algorithm Hash digest
SHA256 64ec9814fd0dcc776c15508ab382002561d94b79e596ace871939b8cbd309f35
MD5 88fe3d520dff9e0de18fbecffbc59c27
BLAKE2b-256 dfa2058c286347bf2cf97823975b4a0ed9f1908ab3730dfcd354385ee7c5b161

See more details on using hashes here.

File details

Details for the file quickerml-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: quickerml-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for quickerml-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 013a57a815326b72340a5666a69eda5bb4cd3fb30cf5f30de10c7d525cdfdf86
MD5 d10546d187b9c5e74bc02b22ca975954
BLAKE2b-256 e2d1272748b2deb3c9d327ced1b5a9d94835b5212ca44fe75f64a8778661620b

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