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

Added some comments and docstrings #242

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Added some comments and docstrings #242

wants to merge 7 commits into from

Conversation

ahsimb
Copy link
Contributor

@ahsimb ahsimb commented Dec 20, 2024

No description provided.

@ahsimb ahsimb added the documentation User guides, tutorials, specifications label Dec 20, 2024
@ahsimb ahsimb self-assigned this Dec 20, 2024
@@ -13,6 +13,9 @@ class Dataset:

The TableLike refers to a database table containing the actual data that
can be used for instance in training or testing.

Q. A TableLike is basically a list of columns and a name. Why do we have
a separate list of columns here?
Copy link
Contributor

Choose a reason for hiding this comment

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

AFAIK there was and is a separation of "ordinary" columns and "identifier columns" which may be handled specially in some cases? But the attribute columns could be superfluous in my understanding.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, that's what I meant. The identifier_columns OK, I can understand. But just columns are inside the table_like and then also separately. Why?

Copy link
Contributor

Choose a reason for hiding this comment

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

I cannot answer your question. Could you ask @tkilias ?
I am happy to join a discussion so that I can understand the background.

Co-authored-by: Christoph Kuhnke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation User guides, tutorials, specifications
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants