Nixtla / nixtla

TimeGPT-1: production ready pre-trained Time Series Foundation Model for forecasting and anomaly detection. Generative pretrained transformer for time series trained on over 100B data points. It's capable of accurately predicting various domains such as retail, electricity, finance, and IoT with just a few lines of code 🚀.
https://docs.nixtla.io
Other
2.18k stars 172 forks source link

Change US_Washington's Birthday to US_Presidents Day in CountriesHolidays, #446

Closed trdunsworth closed 1 month ago

trdunsworth commented 1 month ago

Description

The holiday has changed names over time in the US from Washington's Birthday to Presidents Day since Lincoln's Birthday is nearby.

Use case

This would bring the list in line with the current Federal holiday list.

jmoralez commented 1 month ago

The names come from the holidays package:

import holidays

print(holidays.US(years=2024).values())
# dict_values(["New Year's Day", 'Memorial Day', 'Juneteenth National Independence Day', 'Independence Day', 'Labor Day', 'Veterans Day', 'Thanksgiving', 'Christmas Day', 'Martin Luther King Jr. Day', "Washington's Birthday", 'Columbus Day'])

Feel free to open an issue there.

trdunsworth commented 1 month ago

Thank you for the information. I will go ahead and do that.

On Wed, 14 Aug 2024 at 15:03, José Morales @.***> wrote:

The names come from the holidays https://github.com/vacanza/python-holidays package:

import holidays print(holidays.US(years=2024).values())# dict_values(["New Year's Day", 'Memorial Day', 'Juneteenth National Independence Day', 'Independence Day', 'Labor Day', 'Veterans Day', 'Thanksgiving', 'Christmas Day', 'Martin Luther King Jr. Day', "Washington's Birthday", 'Columbus Day'])

Feel free to open an issue there.

— Reply to this email directly, view it on GitHub https://github.com/Nixtla/nixtla/issues/446#issuecomment-2289617980, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAOBER7IED2ESR7JDXIQGDZROSXNAVCNFSM6AAAAABMQ46TX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBZGYYTOOJYGA . You are receiving this because you authored the thread.Message ID: @.***>

-- "A mind needs books as a sword needs a whetstone, if it is to keep its edge."