You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be very useful for developers and users to be able to type the array shapes in the Data and SupervisedData instances.
For example, if we want to type a function input we would do x: Data or x: SupervisedData. I think it would be nice to be able to type this something like x: Data[Shaped[Array, " n d"], Shaped[Array, " n"]] and x: SupervisedData[Shaped[Array, " n d"], Shaped[Array, " n p"], Shaped[Array, " n"]] , or just x: Data[" n d", "n"] and x: SupervisedData[" n d", " n p", "n"] .
I have no idea how much work this would be!
What value does this add?
Would make it clearer what our data instances contain.
Is there an alternative you've considered?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
db091756
added
enhancement
New feature or request
new
Something yet to be discussed by development team
and removed
new
Something yet to be discussed by development team
labels
Sep 3, 2024
What's the new feature?
I think it would be very useful for developers and users to be able to type the array shapes in the
Data
andSupervisedData
instances.For example, if we want to type a function input we would do
x: Data
orx: SupervisedData
. I think it would be nice to be able to type this something likex: Data[Shaped[Array, " n d"], Shaped[Array, " n"]]
andx: SupervisedData[Shaped[Array, " n d"], Shaped[Array, " n p"], Shaped[Array, " n"]]
, or justx: Data[" n d", "n"]
andx: SupervisedData[" n d", " n p", "n"]
.I have no idea how much work this would be!
What value does this add?
Would make it clearer what our data instances contain.
Is there an alternative you've considered?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: