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

[Refactor] Rename specs to simpler names #2368

Merged
merged 23 commits into from
Aug 7, 2024
Merged
Prev Previous commit
Next Next commit
amend
  • Loading branch information
vmoens committed Aug 6, 2024
commit 1f97192ecb996128865c2a664f1f2f0d1767d59c
2 changes: 1 addition & 1 deletion docs/source/reference/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ Specs fall in two main categories, numerical and categorical.
+-----------------+-------------------+-------------------+---------------------+--------+-------------+-------------+------------------+----------+
| Numerical | Categorical | |
+=================+===================+===================+=====================+========+=============+=============+==================+==========+
| Bounded | Unbounded | OneHot | MultiOneHot | Categorical | MultiCategorical | Discrete |
| Bounded | Unbounded | OneHot | MultiOneHot | Categorical | MultiCategorical | Binary |
+-----------------+-------------------+-------------------+---------------------+--------+-------------+-------------+------------------+----------+
| BoundedDiscrete | BoundedContinuous | UnboundedDiscrete | UnboundedContinuous | |
+-----------------+-------------------+-------------------+---------------------+--------+-------------+-------------+------------------+----------+
Expand Down
Loading