//! ENT-034: Auto-feature type inference from data
//!
//! Automatically infers feature types from training data by analyzing column statistics.
//! Supports: numeric, categorical, text, datetime, embedding types.
// Re-export all public types and functions
pub use InferenceConfig;
pub use ;
pub use InferredSchema;
pub use ColumnStats;
pub use FeatureType;