Skip to content

Commit

Permalink
Correct a typo in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
sithankanna committed Oct 15, 2020
1 parent c22b280 commit fa94b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Enhanced machine learning workflow
MEDIAN_HOUSE_PRICE=boston.target
)
# create FCAET sample object
# create FACET sample object
boston_obs = Sample(observations=df, target="MEDIAN_HOUSE_PRICE")
# create pipeline for random forest regressor
Expand Down

0 comments on commit fa94b61

Please sign in to comment.