PDai (Predictive Data Analytics Intelligence) is a comprehensive R package designed for AI-powered predictive analytics and data insights. It provides core functionality for statistical modeling, machine learning workflows, and advanced data analysis tasks.
- Predictive Modeling: Advanced algorithms for regression, classification, and time series forecasting
- Data Processing: Efficient data manipulation and transformation utilities
- Statistical Analysis: Comprehensive statistical testing and inference tools
- Visualization: Built-in plotting functions for data exploration and model diagnostics
- AI Integration: Seamless integration with modern AI/ML frameworks
# Install devtools if not already installed
if (!require(devtools)) {
install.packages("devtools")
}
# Install PDai from GitHub
devtools::install_github("embeddedlayers/package-PDai")# Clone the repository
git clone https://github.com/embeddedlayers/package-PDai.git
# Install from local directory
devtools::install("package-PDai")# Load the package
library(PDai)
# Example: Basic predictive analysis
data <- load_sample_data()
model <- pdai_predict(data, target = "outcome")
summary(model)
# Generate insights
insights <- generate_insights(model)
print(insights)pdai_predict(): Automated predictive modeling with best model selectionpdai_classify(): Classification tasks with multiple algorithm optionspdai_cluster(): Unsupervised clustering analysispdai_timeseries(): Time series analysis and forecastinggenerate_insights(): AI-powered insights generationvalidate_model(): Comprehensive model validation and diagnostics
Detailed documentation for each function is available through R's help system:
?pdai_predict
?generate_insights- R (>= 4.0.0)
- Dependencies are automatically installed with the package
For PostgreSQL integration and enterprise features, see our companion package PDaiPostgres.
We welcome contributions! Please see our Contributing Guidelines for details on how to submit pull requests, report issues, and contribute to documentation.
- Issues: GitHub Issues
- Email: support@embeddedlayers.com
- Documentation: Package Documentation
This project is licensed under the MIT License - see the LICENSE file for details.
If you use PDai in your research, please cite:
@software{pdai2024,
title = {PDai: AI-Powered Predictive Analytics for R},
author = {PeopleDrivenAI LLC},
year = {2024},
url = {https://github.com/embeddedlayers/package-PDai}
}
- MCP Analytics: Professional statistical analysis tools for Claude/Cursor
- PDaiPostgres: PostgreSQL integration for PDai