Skip to main content

Agricultural data auditing, visualization and explainable machine learning framework

Project description

Data Audit

data_audit is a powerful Pandas accessor that makes auditing, cleaning, and training ML models on tabular data seamless and intuitive.

Features

  • Data Auditing: Rapidly scan dataframes for missing values, duplicates, and outliers (via IQR/Z-score/Custom Bounds).
  • Auto-Fixing: Heal data in-place or generate suggestions.
  • Anomaly Detection: Out-of-the-box anomaly detection via Isolation Forest.
  • Embedded ML: Instantly train Regression or Classification models (Random Forest) directly on your dataframe.
  • Explainability: SHAP integration for global feature importance and local predictions.

Installation

pip install data_audit

Quickstart

import pandas as pd
import data_audit

# Load your dataframe
df = pd.read_csv("data.csv")

# 1. Scan for issues
issues = df.audit.scan()

# 2. Fix issues automatically
df.audit.fix(mode='auto')

# 3. Train a Machine Learning Model on a target column
df.audit.ml.train(target="SalePrice")

# 4. Explain the model's global and local features
print(df.audit.ml.explain())

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

agro_data_intelligence-0.1.0.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

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

agro_data_intelligence-0.1.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file agro_data_intelligence-0.1.0.tar.gz.

File metadata

  • Download URL: agro_data_intelligence-0.1.0.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for agro_data_intelligence-0.1.0.tar.gz
Algorithm Hash digest
SHA256 19d10a09e0b0350a26a05fb032b86d7b0ac01ddd3cb4287fdfa85b8e295cb179
MD5 55ef1b1c70f13532699c82b8afbc2a19
BLAKE2b-256 5cee844709dbadca66502abcdf4af6db45c57edba74ce5772c55352e169c17ce

See more details on using hashes here.

File details

Details for the file agro_data_intelligence-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for agro_data_intelligence-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ce4d3954172daf2f8da1a638c9851a8199e0fb0fa2a6d689401df52fca98c3e0
MD5 ee5a9eceff7a092ce00b48d99309fe95
BLAKE2b-256 d09ce968f22d618995f7ec9c4f8b81157ed7f867464240496d23700cd85136cc

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