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

Uploaded Python 3

File details

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

File metadata

  • Download URL: sisense-automl-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 fd7ab012d0d6ad856f23c0fb021826a50a858bbb6b8bc9268bac6c2e5fea6b24
MD5 fca4421f02fa03b13370661b8b2264b4
BLAKE2b-256 3b6c27dc8d2f2cb1cd179a95151c788cf519d82891e54a1c65bdfbedcae61048

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sisense_automl-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2ec6264dfdccd1558bbc98c2aa68e3cb401f129fe25e54309b9b7c8d3f37547b
MD5 1aa80037a8e12ce5770bef7f8f3cdc9a
BLAKE2b-256 7543b20d6ce1992e95e299343a6720dabdbc6114f8e68906a486bff230854457

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