Skip to content

Commit

Permalink
Update analysis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kj0ric authored Jan 19, 2024
1 parent bb703ea commit 5c1fe78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _notebooks/analysis/analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ Derive new features


```python
print(merged_df)
# Feature engineering: New features
# Active Ratio
merged_df['active_ratio'] = merged_df['calories_active'] / merged_df['calories']
Expand Down

0 comments on commit 5c1fe78

Please sign in to comment.