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

Uploaded Python 3

File details

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

File metadata

  • Download URL: sisense-automl-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 c9f06eaee51180fa2290b792afcf35d25c94695acffdfea6c12da90ea80eaab5
MD5 f4b5565b3e59ac8d10ab07bfccac61d3
BLAKE2b-256 1129413897bf269badc0c21dd27a693a02fe07ed004797f91efb9fbdfc0820f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sisense_automl-0.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b10c146b68c6b4bc323978f4d93ab306f649f4ebaa6ef1724d96e2f72338af07
MD5 9aee372f27d45318251a505194bdb37b
BLAKE2b-256 b0a2071a7d98793427d01f91c41ef92034d9a76b435e27e8c6d3c806dee2a5a5

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