Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created November 7, 2019 14:23
Show Gist options
  • Save mdfarragher/5aad08fff3e0f55c70139350d7d7489f to your computer and use it in GitHub Desktop.
Save mdfarragher/5aad08fff3e0f55c70139350d7d7489f to your computer and use it in GitHub Desktop.
/// <summary>
/// The ToMedianHouseValue class is used in a column data conversion.
/// </summary>
public class ToMedianHouseValue
{
public float NormalizedMedianHouseValue { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment