Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.9k
Float v.s float #1669
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomersnitNeeds a really small fixNeeds a really small fixup-for-grabsA good issue to fix if you are trying to contribute to the projectA good issue to fix if you are trying to contribute to the project
Milestone
Description
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersnitNeeds a really small fixNeeds a really small fixup-for-grabsA good issue to fix if you are trying to contribute to the projectA good issue to fix if you are trying to contribute to the project
In ML.NET codebase, one can see two different names for 32-bit float type. Recent PR uses
floatwhile old places haveFloat. It'd be nice to have only one of the two styles.