bluecast.tests.make_data.create_data

Module Contents

Functions

create_synthetic_dataframe(→ pandas.DataFrame)

create_synthetic_multiclass_dataframe(→ pandas.DataFrame)

create_synthetic_dataframe_regression(→ pandas.DataFrame)

bluecast.tests.make_data.create_data.create_synthetic_dataframe(num_samples=1000, random_state: int = 20) pandas.DataFrame
bluecast.tests.make_data.create_data.create_synthetic_multiclass_dataframe(num_samples=1000, random_state: int = 20) pandas.DataFrame
bluecast.tests.make_data.create_data.create_synthetic_dataframe_regression(num_samples=1000, random_state: int = 20) pandas.DataFrame