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
In ML.NET codebase, one can see two different names for 32-bit float type. Recent PR uses float while old places have Float. It'd be nice to have only one of the two styles.
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.