Skip to content

Commit

Permalink
correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
unnir committed Feb 8, 2025
1 parent ed8aad2 commit 0005788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ engineer = DataEngineer(
# Generate customer insights
df = engineer.generate_features(
df=df,
features=[
new_feature_specs=[
{
'new_feature_name': 'CustomerSegment',
'new_feature_description': 'Classify customer segment based on age and spending',
Expand Down

0 comments on commit 0005788

Please sign in to comment.