Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make evaluation metadata accept iso formatted dates instead of ints in ms #1334

Closed

Conversation

danielcohenlive
Copy link

Summary: Because ints in ms don't work with pd.Timestamp, which the models ultimately need (https://fburl.com/code/ci5ji3kr) and which render in data

Differential Revision: D42050451

@facebook-github-bot facebook-github-bot added CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported labels Dec 20, 2022
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42050451

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42050451

danielcohenlive pushed a commit to danielcohenlive/Ax-1 that referenced this pull request Dec 20, 2022
…n ms (facebook#1334)

Summary:
Pull Request resolved: facebook#1334

Because ints in ms don't work with pd.Timestamp, which the models ultimately need (https://fburl.com/code/ci5ji3kr) and which render in data

Differential Revision: D42050451

fbshipit-source-id: ef853ae8e5d42ef489cadd66ac6af5d36efdba15
@codecov-commenter
Copy link

codecov-commenter commented Dec 20, 2022

Codecov Report

Base: 94.66% // Head: 94.66% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (eb154f4) compared to base (9d0f93e).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1334   +/-   ##
=======================================
  Coverage   94.66%   94.66%           
=======================================
  Files         420      420           
  Lines       38485    38526   +41     
=======================================
+ Hits        36430    36471   +41     
  Misses       2055     2055           
Impacted Files Coverage Δ
ax/service/utils/instantiation.py 98.21% <ø> (ø)
ax/core/data.py 97.16% <100.00%> (+0.12%) ⬆️
ax/core/tests/test_data.py 100.00% <100.00%> (ø)
ax/service/ax_client.py 98.46% <100.00%> (+<0.01%) ⬆️
ax/service/tests/test_ax_client.py 95.70% <100.00%> (+0.09%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

danielcohenlive pushed a commit to danielcohenlive/Ax-1 that referenced this pull request Dec 21, 2022
…n ms (facebook#1334)

Summary:
Pull Request resolved: facebook#1334

Because ints in ms don't work with pd.Timestamp, which the models ultimately need (https://fburl.com/code/ci5ji3kr) and which render in data

Differential Revision: D42050451

fbshipit-source-id: 0bc5328dd64afe648e459c381856109a467195ef
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42050451

danielcohenlive pushed a commit to danielcohenlive/Ax-1 that referenced this pull request Dec 21, 2022
…n ms (facebook#1334)

Summary:
Pull Request resolved: facebook#1334

Because ints in ms don't work with pd.Timestamp, which the models ultimately need (https://fburl.com/code/ci5ji3kr) and which render in data

Differential Revision: D42050451

fbshipit-source-id: 1c52446c15d2900f3f5829fe72d05d1ab953210d
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42050451

…ts in ms (facebook#1334)

Summary:
Pull Request resolved: facebook#1334

Because ints in ms don't work with pd.Timestamp, which the models ultimately need (https://fburl.com/code/ci5ji3kr) and which render in data

Also fix interpretation of ints in ms in `Data.from_evaluations()`

Differential Revision: D42050451

fbshipit-source-id: 17bfdb0f5725b5bff2e883f0f3ed303a975fc95c
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42050451

danielcohenlive pushed a commit to danielcohenlive/Ax-1 that referenced this pull request Dec 21, 2022
…n ms (facebook#1334)

Summary:
Pull Request resolved: facebook#1334

Because ints in ms don't work with pd.Timestamp, which the models ultimately need (https://fburl.com/code/ci5ji3kr) and which render in data

Differential Revision: https://internalfb.com/D42050451

fbshipit-source-id: 7f4a0fd488337dadd8ee452241364402af077405
danielcohenlive pushed a commit to danielcohenlive/Ax-1 that referenced this pull request Dec 22, 2022
…n ms (facebook#1334)

Summary:
Pull Request resolved: facebook#1334

Because ints in ms don't work with pd.Timestamp, which the models ultimately need (https://fburl.com/code/ci5ji3kr) and which render in data

Differential Revision: https://internalfb.com/D42050451

fbshipit-source-id: 7ad8713c399d0bea81cab7eaa4a4233191e6c142
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in c6c67d8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants