:py:mod:`bluecast.tests.make_data.create_data` ============================================== .. py:module:: bluecast.tests.make_data.create_data Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: bluecast.tests.make_data.create_data.create_synthetic_dataframe bluecast.tests.make_data.create_data.create_synthetic_multiclass_dataframe bluecast.tests.make_data.create_data.create_synthetic_dataframe_regression .. py:function:: create_synthetic_dataframe(num_samples=1000, random_state: int = 20) -> pandas.DataFrame .. py:function:: create_synthetic_multiclass_dataframe(num_samples=1000, random_state: int = 20) -> pandas.DataFrame .. py:function:: create_synthetic_dataframe_regression(num_samples=1000, random_state: int = 20) -> pandas.DataFrame