Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 3, 2019 13:56
Show Gist options
  • Save icebeam7/49ff1a0fc0d0bc6caea07d82c327b757 to your computer and use it in GitHub Desktop.
Save icebeam7/49ff1a0fc0d0bc6caea07d82c327b757 to your computer and use it in GitHub Desktop.
MovieRecommender: MovieRatingPrediction.cs
namespace MovieRecommender.Models
{
public class MovieRatingPrediction
{
public float Label;
public float Score;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment