Skip to main content

A package for automating machine learning processes using Sisense and AutoML.

Project description

sisense-automl

sisense-automl is a Python package for automating machine learning processes using Sisense and AutoML. It provides easy-to-use interfaces for data preprocessing, model training, and evaluation.

Features

  • Preprocesses data by handling duplicates, splitting numerical and categorical features, and encoding them appropriately.
  • Splits data into training and testing sets.
  • Uses auto-sklearn for training classification and regression models.
  • Saves trained models and datasets for later use.

Installation

You can install the package using pip:

pip install sisense-automl

System-Level Dependencies

Before installing the package, make sure you have the following system-level dependencies:

sudo apt-get install swig -y

Python-Level Dependencies

The package will automatically install the required Python dependencies, including:

  • Cython
  • scikit-learn==0.24.0
  • auto-sklearn
  • seaborn
  • matplotlib

Usage

Here is a basic example of how to use the 'sisense-automl' package:

import pandas as pd
from sisense_automl import AutoMl

# Load your dataset
data = pd.read_csv("your_dataset.csv")

# Define your target column and objective
target_column = "target"
objective = "classification"  # or "regression"

# Define the folder path to save models and data
folder_path = "your_folder_path"

# Create an AutoMl instance and run the process
automl = AutoMl(data, target_column, objective, folder_path)

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Author

Himanshu Negi - himanshu.negi.08@gmail.com

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

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

sisense-automl-0.1.4.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

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

sisense_automl-0.1.4-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file sisense-automl-0.1.4.tar.gz.

File metadata

  • Download URL: sisense-automl-0.1.4.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.12

File hashes

Hashes for sisense-automl-0.1.4.tar.gz
Algorithm Hash digest
SHA256 1566ee7bb874593d95ca913467d13c990f50b80b4a12916831a28c957c98ceff
MD5 0f21b5f2eb80d9b795bc71790be822cd
BLAKE2b-256 fcba0b9b1daf6772108090933b42c7c7ecbfabc14eba7b25d748e9bc62845559

See more details on using hashes here.

File details

Details for the file sisense_automl-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: sisense_automl-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.12

File hashes

Hashes for sisense_automl-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 722c6e2b445cb14b3645c8c9ebfa2d16fa411da55bb9dac90fc4a8f3edce23b4
MD5 86d158b070fc06bbca0d9023012725fd
BLAKE2b-256 0eed3204bef0db37eab851b8b8930c1c7c65f3902d6b776c57be1988da282385

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