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

feat(Price tags): script to match historical PriceTag with their prices #650

Merged
merged 2 commits into from
Dec 22, 2024

Conversation

raphodn
Copy link
Member

@raphodn raphodn commented Dec 22, 2024

What

Move the script into a reusable command

See #637 (comment)

stats()

self.stdout.write("Running...")
for proof in Proof.objects.has_type_price_tag().prefetch_related(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is probably an alternate way to loop on PriceTags instead of Proofs 🤔

@raphodn raphodn enabled auto-merge (squash) December 22, 2024 15:31
@raphodn raphodn linked an issue Dec 22, 2024 that may be closed by this pull request
2 tasks
@raphodn raphodn disabled auto-merge December 22, 2024 15:32
@raphodn raphodn merged commit 44fbf2e into main Dec 22, 2024
6 checks passed
@raphodn raphodn deleted the raphodn/proof-ml-price-tag-matching-script branch December 22, 2024 15:32
raphodn added a commit that referenced this pull request Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Automatically match new prices with their PriceTag prediction counterpart
1 participant