:py:mod:`bluecast.tests.test_custom_model_recipes` ================================================== .. py:module:: bluecast.tests.test_custom_model_recipes Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: bluecast.tests.test_custom_model_recipes.data bluecast.tests.test_custom_model_recipes.model bluecast.tests.test_custom_model_recipes.test_autotune bluecast.tests.test_custom_model_recipes.test_fit bluecast.tests.test_custom_model_recipes.test_predict bluecast.tests.test_custom_model_recipes.regression_data bluecast.tests.test_custom_model_recipes.linear_model bluecast.tests.test_custom_model_recipes.test_linear_autotune bluecast.tests.test_custom_model_recipes.test_linear_fit bluecast.tests.test_custom_model_recipes.test_linear_predict bluecast.tests.test_custom_model_recipes.test_linear_predict_range .. py:function:: data() .. py:function:: model() .. py:function:: test_autotune(data, model) .. py:function:: test_fit(data, model) .. py:function:: test_predict(data, model) .. py:function:: regression_data() .. py:function:: linear_model() .. py:function:: test_linear_autotune(regression_data, linear_model) .. py:function:: test_linear_fit(regression_data, linear_model) .. py:function:: test_linear_predict(regression_data, linear_model) .. py:function:: test_linear_predict_range(regression_data, linear_model)