datapilot-cli
Version:
Enterprise-grade streaming multi-format data analysis with comprehensive statistical insights and intelligent relationship detection - supports CSV, JSON, Excel, TSV, Parquet - memory-efficient, cross-platform
7 lines • 856 B
TypeScript
/**
* Intelligent Algorithm Selection Engine - Module Exports
* Advanced algorithm selection based on dataset characteristics and business requirements
*/
export { IntelligentAlgorithmSelectionAnalyzer } from './intelligent-algorithm-selection-analyzer';
export type { AlgorithmSelectionProfile, AlgorithmSelectionConfig, EnhancedAlgorithmRecommendation, AlgorithmSelectionReasoning, PerformancePrediction, AlgorithmRiskAssessment, EnsembleRecommendation, HyperparameterOptimizationGuidance, ImplementationStrategy, SelectionMetadata, SelectionProgress, SelectionWarning, SelectionError, AlgorithmFamily, AdvancedAlgorithmCategory, ModelComplexity, InterpretabilityLevel, ScoringBreakdown, DatasetFitAnalysis, PerformanceEstimate, ComputationalRequirements, ImplementationDetails, BusinessAlignment, } from './types';
//# sourceMappingURL=index.d.ts.map