Skip to content

DataKind Enum is not well documented #9278

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

Closed
niteshkumarshaw opened this issue Nov 28, 2018 — with docs.microsoft.com · 3 comments
Closed

DataKind Enum is not well documented #9278

niteshkumarshaw opened this issue Nov 28, 2018 — with docs.microsoft.com · 3 comments

Comments

Copy link

DataKind Enum is not well documented, this is an very important think to be documented with a priority bases. Earlier i use python for ML part now i wish to use this library further but i can't find any documentation on so many parts this is one of them and a very impotent one. please give some documentation so that anyone can understand situation/purpose to use these enum.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Copy link

koav commented Dec 10, 2018

Hello, maybe this will be useful for you. Inside the library I found the following type match:

        I1= sbyte
        U1= byte
        I2= short
        U2= ushort
        I4= int
        U4= uint
        I8= long
        U8= ulong
        R4= Single
        R8= Double
        TX, TXT, Text = ReadOnlyMemory<char> || string
        BL= bool
        TS= TimeSpan
        DT= DateTime
        DZ= DateTimeOffset
        UG= UInt128

@mairaw
Copy link
Contributor

mairaw commented Dec 17, 2018

Duplicate of #9184

@mairaw mairaw marked this as a duplicate of #9184 Dec 17, 2018
@mairaw mairaw closed this as completed Dec 17, 2018
@mairaw mairaw added duplicate and removed ⌚ Not Triaged Not triaged labels Dec 17, 2018
@mohamedfaizancassim
Copy link

With regards to:
TS= TimeSpan
DT= DateTime
DZ= DateTimeOffset
Could anyone give some examples of data that would work with these types? I had some issue using them, when i tried ML.net with my own data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants