Carvers Examples ================ These examples explain how to use task specific **Carvers**. Binary Classification Example ----------------------------- Example of the Titanic survival classification. .. toctree:: :glob: :maxdepth: 1 examples/Carvers/BinaryClassification/binary_classification_example Multiclass Classification Example --------------------------------- Example of the Iris type classification. .. toctree:: :glob: :maxdepth: 1 examples/Carvers/MulticlassClassification/multiclass_classification_example Continuous Regression Example ----------------------------- Example of the California House Prices regression. .. toctree:: :glob: :maxdepth: 1 examples/Carvers/ContinuousRegression/continuous_regression_example