We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed9a90 commit bb62f3dCopy full SHA for bb62f3d
ml_service/pipelines/load_sample_data.py
@@ -5,7 +5,7 @@
5
6
# Loads the diabetes sample data from sklearn and produces a csv file that can
7
# be used by the build/train pipeline script.
8
-def create_sample_data_csv(file_name):
+def create_sample_data_csv():
9
sample_data = load_diabetes()
10
df = pd.DataFrame(
11
data=sample_data.data,
0 commit comments