-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Minor] Reduce DataFrame copies (#1648)
* don't copy return df * explicity copy df before calling merge * remove copy from normalize * fix test * remove cv fold copy * do not drop ID when normalizing * do not copy when init data params * cleanup * remove copy from global cv intersect * remove copy from create_dict_for_events_or_regressors * handle None events regressors * fix regressors * remove copy from _normalize * remove copy from _make_future_dataframe * remove copy from _prepare_dataframe_to_predict * remove double copy in plotting func * fix typo * remove split deepcopy * retain comments of former copies in split
- Loading branch information
1 parent
4904808
commit 5e6b231
Showing
6 changed files
with
60 additions
and
71 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
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.