Skip to content

Commit

Permalink
Fix analyze_raw_data call
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 318981026
  • Loading branch information
shuklak13 authored and ml-fairness-infra-github committed Jun 30, 2020
1 parent c4307d1 commit 5a16306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
" \"\"\", tfma.EvalConfig())\n",
"\n",
"# Run TensorFlow Model Analysis.\n",
"eval_result = tfma.api.model_eval_lib.analyze_raw_data(\n",
"eval_result = tfma.analyze_raw_data(\n",
" data=_LSAT_DF,\n",
" eval_config=eval_config,\n",
" output_path=_DATA_ROOT)"
Expand Down

0 comments on commit 5a16306

Please sign in to comment.