Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created July 22, 2020 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdfarragher/4afd6ed75afe4c7779abbd2a7d093552 to your computer and use it in GitHub Desktop.
Save mdfarragher/4afd6ed75afe4c7779abbd2a7d093552 to your computer and use it in GitHub Desktop.
/// The ToLabel class is a helper class for a column transformation.
[<CLIMutable>]
type ToLabel = {
mutable Label : bool
}
// the rest of the code goes here....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment