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

Add dataset fetching code #347

Merged
merged 3 commits into from
Nov 11, 2023
Merged

Conversation

mdekstrand
Copy link
Member

No description provided.

@@ -0,0 +1 @@
from .movielens import * # noqa: F403
Copy link

Choose a reason for hiding this comment

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

At least two spaces before inline comment

logging.basicConfig(stream=sys.stderr, level=logging.INFO)
parser = argparse.ArgumentParser()
parser.add_argument('name', help='the name of the dataset to fetch')
parser.add_argument('--data-dir', metavar='DIR', help='save extracted data to DIR', default='data')
Copy link

Choose a reason for hiding this comment

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

Line too long (103 > 100 characters)

Copy link

codeclimate bot commented Nov 11, 2023

Code Climate has analyzed commit ee9b4e3 and detected 14 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 14

View more on Code Climate.

@mdekstrand mdekstrand merged commit ee9b4e3 into lenskit:main Nov 11, 2023
5 of 10 checks passed
@mdekstrand mdekstrand added this to the 0.15.0 milestone Nov 11, 2023
@mdekstrand mdekstrand deleted the tweak/lk-download branch January 22, 2024 01:05
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.

1 participant