Skip to content

Commit

Permalink
Update examples/use_cases/plot_employee_salaries.py
Browse files Browse the repository at this point in the history
Co-authored-by: MarieS-WiMLDS <79304610+MarieS-WiMLDS@users.noreply.github.com>
  • Loading branch information
glemaitre and MarieS-WiMLDS authored Jan 22, 2025
1 parent 1f02bed commit f9c39fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/use_cases/plot_employee_salaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def periodic_spline_transformer(period, n_splines=None, degree=3):

# %%
#
# In the diagram above, we can what we intend to do as feature engineering. For
# In the diagram above, we can see what we intend to do as feature engineering. For
# categorical features, we use a `OneHotEncoder` to transform the categorical features.
# From the previous data exploration, we could have check the unique values from the
# "Stats" tab and observe that we have large cardinality features. In such cases,
Expand Down

0 comments on commit f9c39fe

Please sign in to comment.