-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Avoid add_data call in data processing. Create dataframe with a bulk data is much faster than appending one by one. - Group sort with model_id instead of model_name. String search is slow in pandas. - Groupby in format subroutine is replaced with python native groupby function which is faster than pandas groupby.
- Loading branch information
1 parent
7b114de
commit a0bcded
Showing
3 changed files
with
171 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.