Skip to main content

An automated machine learning pipeline with all-at-one-click feature.

Project description

⚡AutoNova

AutoNova is a modern AutoML framework that can handle everything from data preprocessing to model training in just 3 lines of code.
It is designed to save your time, boost productivity, and make Machine Learning workflows effortless.


✨ Features

🔹 Preprocessing Class

  • Cleaning & Transforming – Handle missing values, scaling, encoding
  • Feature Engineering – Generate new useful features automatically
  • Feature Selection – Select only the most important features
  • Balancing – Fix imbalanced datasets with SMOTE
  • Splitting – Train-test splits with ease

🔹 Model Training Class

  • Automated Model Selection & Training
  • Hyperparameter Tuning with Optuna
  • Performance Metrics (Accuracy, Precision, Recall, F1, ROC-AUC)

🚀 Installation

pip install autonova

📝 Usage Description

from autonova.auto import AutoNova
import pandas as pd

df = pd.read_csv("star_classification.csv")
target_col = "class"

automl = autonova(data=df, target_col=target_col)
automl.go(use_gpu=False, fast_mode=False, cv_splits=5, n_trials=50)

print("Best Model:", mode.best_model)
print("Preprocessing Steps:", mode.preprocess_logic)
print("Score:", mode.score)
print("Train Data Shapes:", [x.shape for x in mode.train_data])
print("Test Data Shapes:", [x.shape for x in mode.test_data])
  • use_gpu=True GPU for Optuna training
  • fast_mode=True only Faster models
  • cv_splits=5 number of Splits
  • n_trials=50 number of Trials

🤝 Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change. Take use of CONTRIBUTING.md file to make contributions.

📜 License

MIT License – do anything, just give credit.

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

autonova-1.0.3.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

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

autonova-1.0.3-py3-none-any.whl (20.4 kB view details)

Uploaded Python 3

File details

Details for the file autonova-1.0.3.tar.gz.

File metadata

  • Download URL: autonova-1.0.3.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for autonova-1.0.3.tar.gz
Algorithm Hash digest
SHA256 38613df6bb2aa12e9fcb14b41b3f72bfc5bd73e06ec48315c7afd91ddc3636d8
MD5 9d08e6787058151a764656cb333d8353
BLAKE2b-256 ea66f306924ea43688d00511ff6dfa893adb05e780b493f6820854b51155acbb

See more details on using hashes here.

File details

Details for the file autonova-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: autonova-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 20.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for autonova-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b75e2a57a8e174430d01d1b1ea9379f7bdddc43d51292f499877df3841a93007
MD5 42ac6dca1d26cfa09c71c58bd77bf6d2
BLAKE2b-256 c15fd71a916485d50beb6cc8208100287978cedc8eea7c5ad062ed04be8395e8

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