Skip to content

Commit

Permalink
rename "double_latitude", "double_longitude" and "double_speed" into …
Browse files Browse the repository at this point in the history
…"latitude", "longitude" and "speed"
  • Loading branch information
rantahar committed Oct 29, 2024
1 parent 75d4bc4 commit fc94ab8
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 352 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ location = location.reset_index(0).dropna()

# Feature extraction
features = nilo.extract_features(
lats=location['double_latitude'],
lons=location['double_longitude'],
lats=location['latitude'],
lons=location['longitude'],
users=location['user'],
groups=location['group'],
times=location.index,
Expand Down
Loading

0 comments on commit fc94ab8

Please sign in to comment.