Created
December 3, 2019 13:56
-
-
Save icebeam7/49ff1a0fc0d0bc6caea07d82c327b757 to your computer and use it in GitHub Desktop.
MovieRecommender: MovieRatingPrediction.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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