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

fix: unzip kaggle data #464

Merged
merged 6 commits into from
Nov 4, 2024
Merged

fix: unzip kaggle data #464

merged 6 commits into from
Nov 4, 2024

Conversation

SunsetWolf
Copy link
Collaborator

@SunsetWolf SunsetWolf commented Nov 1, 2024

Description

Motivation and Context

How Has This Been Tested?

  • Pass the test by running: pytest qlib/tests/test_all_pipeline.py under upper directory of qlib.
  • If you are adding a new feature, test on your own test scripts.

Screenshots of Test Results (if appropriate):

  1. Pipeline test:
  2. Your own tests:

Types of changes

  • Fix bugs
  • Add new feature
  • Update documentation

📚 Documentation preview 📚: https://RDAgent--464.org.readthedocs.build/en/464/

@@ -1,3 +1,7 @@
from dotenv import load_dotenv

load_dotenv(".env")
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we have to load_dotenv

@peteryang1 peteryang1 merged commit 3a9fc8e into main Nov 4, 2024
8 checks passed
@peteryang1 peteryang1 deleted the unzip_kaggle_data branch November 4, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants