Aquaagent

Latest version: v0.1.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

- โœ… **Data import** from CSV, Excel, JSON, SQL, MongoDB, API
- ๐Ÿงน **Data cleaning & transformation** (mean, median, interpolation, log, Box-Cox)
- ๐Ÿ”„ **Missing data imputation** using:
- statistical methods
- KNN and regression
- neural networks (autoencoders)
- ๐Ÿ“Š **Exploratory and statistical analysis**
- basic statistics
- correlation matrix
- ANOVA
- time series decomposition
- ๐Ÿค– **Machine Learning:**
- Classification & regression (decision tree, SVM, KNN, random forest)
- Clustering (KMeans, DBSCAN)
- Anomaly detection (Isolation Forest, LOF)
- ๐Ÿ” **AutoML support** via:
- AutoSklearn
- TPOT
- Optuna (hyperparameter tuning)
- ๐ŸŽจ **Visualizations** including heatmaps, PCA, t-SNE, interactive plots
- ๐Ÿ“„ **Report generation** in HTML via Jinja2 templates
- ๐Ÿง  **Model explanation** using SHAP & LIME (coming in next release)

---

๐Ÿ“ฆ Installation

bash
pip install AquaAgent


---

๐Ÿ›  CLI Example

bash
run-aquaagent odra_dataset.csv --target chlorophyll --mode interactive --model autosklearn --impute knn


---

๐Ÿงฌ Use Cases

- Long-term Odra River water quality modeling
- Climate and environment-aware AI modeling
- Teaching and rapid prototyping for environmental data scientists

---

๐Ÿ™Œ Acknowledgments

Special thanks to the open-source community and to scientific contributors!

Links

Releases

Has known vulnerabilities

ยฉ 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.