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 96da42d commit a40143cCopy full SHA for a40143c
src/sasctl/pzmm/write_score_code.py
@@ -631,7 +631,7 @@ def _predict_method(
631
f"{'':4}input_array = pd.DataFrame("
632
f"[[{', '.join(var_list)}]],\n{'':31}columns=["
633
f"{column_names}],\n{'':31}dtype=float,\n{'':31}"
634
- f"index=[0])\n{'':4}column_types = {{{column_types}}}\n"
+ f"index=[0])\n{'':4}column_types = {{column_types}}\n"
635
f"{'':4}h2o_array = h2o.H2OFrame(input_array, "
636
f"column_types=column_types)\n{'':4}prediction = "
637
f"model.{method.__name__}(h2o_array)\n{'':4}prediction"
0 commit comments