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
13 lines • 609 B
TypeScript
/**
* Section 6: Predictive Modeling & Advanced Analytics Guidance
* Exports for modeling task identification, algorithm recommendations, and best practices
*/
export { Section6Analyzer } from './section6-analyzer';
export { Section6Formatter } from './section6-formatter';
export { AlgorithmRecommender } from './algorithm-recommender';
export { WorkflowEngine } from './workflow-engine';
export { EthicsAnalyzer } from './ethics-analyzer';
export { CARTAnalyzer } from './cart-analyzer';
export { ResidualAnalyzer } from './residual-analyzer';
export * from './types';
//# sourceMappingURL=index.d.ts.map