question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Common terminology and glossary

See original GitHub issue

Could we agree on some common terminology so that we use the same variable names for the same things? Probably also a good idea to create a glossary in our wiki to keep track of them.

How do we refer to:

(the number of) different kinds of measurements (i.e. columns in the dataframe)? n_columns or n_features or n_dimensions?

I’d prefer n_columns since is the least ambiguous and intuitive given our data container, and also in line with the names of compositors like ColumnTransformer and so on.

(the number of) rows in the dataframe? n_rows, n_samples or n_instances?

I’d prefer either n_rows (same reasons as above) or n_samples (in line with sklearn).

the number of time points in series? n_obs?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
TonyBagnallcommented, Aug 2, 2019

oh and for n_ and num_, in some classes we have used both! 😃 I’ll refactor for n_instances, n_columns, series_length for now

0reactions
mloningcommented, Oct 24, 2019

Moved to glossary

Read more comments on GitHub >

github_iconTop Results From Across the Web

Glossary Versus Terminology - What's the Difference?
Terminology is a system, not a list of words. It contains standard words and usually contains non-standard words, as well. The terms may...
Read more >
common terminology collocation | meanings and examples of ...
Toward a common terminology for talking about speech and reading: a glossary of the phon words and some related terms. Research on the...
Read more >
Glossary of terminology management
NOTE: In English common language usage, glossary can refer to a unilingual list of designations and definitions in a particular subject field.
Read more >
IT Terminology Glossary | Internet Technology Terms ...
The IT industry is chock full of its own lingo. Below are definitions for some of the most of the common words and...
Read more >
Glossary of Legal Terms | United States Courts
A term used to describe evidence that may be considered by a jury or judge in civil and criminal cases. Adversary proceeding. A...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found