Explore Documentation Modules
SwiftDataFrame →
Zero-copy columnar tables built on Apache Arrow. Features pure-Swift Parquet reader/writer, out-of-core ChunkedDataFrame, POSIX mmap partitioning, and SIMD hash joins.
SwiftStats →
Vectorized descriptive statistics, probability distributions (Student-t, Chi-Square, F), paired t-tests, and ANOVA powered by Accelerate vDSP.
SwiftPreprocessing →
StandardScaler, MinMaxScaler, OneHotEncoder, TargetEncoder, KNNImputer, and scikit-learn parity Pipeline & ColumnTransformer.
SwiftML →
Linear/Logistic Regression, Decision Trees, Random Forests, GBDT Regressor, OneVsRestClassifier multi-class solver, and MLPs.
SwiftCluster →
In-memory VectorStore cosine search, SVD-based PCA dimensionality reduction, DBSCAN density clustering, IsolationForest, LocalOutlierFactor, and KMeans++.
SwiftOptimize →
Forecast & Regression Errors Suite (RMSE, MAE, MAPE, R²), ROC-AUC & PR-AUC, AutoML model selection, K-Fold cross-validation, GridSearchCV, and RandomizedSearchCV.
SwiftForecast →
ARIMA, SARIMA, Holt-Winters exponential smoothing, GARCH volatility, Kalman Filter 1D, STL decomposition, and Koopman operator EDMD.
SwiftNLP →
VADER Sentiment Analysis, Laplace NaiveBayesClassifier, TextNormalizer, Ukrainian & English stopwords, BPETokenizer, NGramTokenizer, and TFIDFVectorizer.
SwiftExplain →
Parallel KernelSHAP, fast TreeSHAP feature attributions, PartialDependencePlot (PDP), and PermutationImportance metrics.
SwiftLLM →
QuantizedLinear (4-bit/8-bit GPU), PagedKVCache block allocator, JSONGrammarDecoder token constrained decoding, RoPE, SwiGLU, and GGUF/SafeTensors parsers.
SwiftVisualization →
Standalone interactive HTML chart exporters: correlation heatmaps, ROC curves, feature importances, and confusion matrix displays.
SwiftVision →
Real YOLOv8n object detection, YOLOv8-Seg instance segmentation with proto masks, CLIP vision-language multimodal projector, and U-Net architecture.
SwiftDatabase →
Direct relational database connectors (SQLite, PostgreSQL, MySQL) enabling SQL query execution straight into zero-copy DataFrames.
SwiftAgent →
Autonomous ReAct reasoning loop with SwiftSciToolbox (stats, drift, forecast, NLP, safe SQL), StructuredAgentTool JSON schema, SemanticVectorMemory (HNSW), real-time streaming, loop sentry, and SwiftUI AgentDialogueController.