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.5.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.5-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: sisense-automl-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 c3977b882a1ab8d3c3a479c98b000eabddad7c88f81c8427097f615b5daacc49
MD5 9442c5987426444de3d76f53991941d1
BLAKE2b-256 9ed018d7f6aa53a79ad7e84f65772bab98a12b109b6878ea351d91e319df5f85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sisense_automl-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 5.9 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 65410ae886caa10c25b82cd0450ac93ddd569cb431ca3392b76f23e7072d2768
MD5 2570b33a517161e06cb694822d86b0ec
BLAKE2b-256 6412c541f3f45d93ab6b88459663e0362d8a890dbbe7906cf68c375320d7d4dd

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