Function diff_ml_models_enhanced

Source
pub fn diff_ml_models_enhanced(
    model1_path: &Path,
    model2_path: &Path,
    enable_learning_progress: bool,
    enable_convergence_analysis: bool,
    enable_anomaly_detection: bool,
    enable_gradient_analysis: bool,
    enable_memory_analysis: bool,
    enable_inference_speed: bool,
    enable_regression_test: bool,
    enable_alert_degradation: bool,
    enable_review_friendly: bool,
    enable_change_summary: bool,
    enable_risk_assessment: bool,
    enable_architecture_comparison: bool,
    enable_param_efficiency: bool,
    enable_hyperparameter_impact: bool,
    enable_learning_rate: bool,
    enable_deployment_readiness: bool,
    enable_performance_impact: bool,
    enable_generate_report: bool,
    enable_markdown_output: bool,
    enable_include_charts: bool,
    enable_embedding_analysis: bool,
    enable_similarity_matrix: bool,
    enable_clustering_change: bool,
    enable_attention_analysis: bool,
    enable_head_importance: bool,
    enable_attention_pattern: bool,
    enable_quantization_analysis: bool,
    enable_transfer_learning_analysis: bool,
    enable_experiment_reproducibility: bool,
    enable_ensemble_analysis: bool,
    enable_hyperparameter_comparison: bool,
    enable_learning_curve_analysis: bool,
    enable_statistical_significance: bool,
) -> Result<Vec<DiffResult>>
Expand description

Enhanced ML model comparison with advanced analysis