Skip to content

Commit

Permalink
Correct typo in the getting started notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
sithankanna committed Oct 16, 2020
1 parent fa94b61 commit 6d722f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/auxiliary/Boston_getting_started_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
" MEDIAN_HOUSE_PRICE=boston.target\n",
")\n",
"\n",
"# create FCAET sample object\n",
"# create FACET sample object\n",
"boston_obs = Sample(observations=df, target_name=\"MEDIAN_HOUSE_PRICE\")\n",
"\n",
"# create pipeline for random forest regressor\n",
Expand Down

0 comments on commit 6d722f8

Please sign in to comment.