Want to learn machine learning in 15 minutes? Start here... • The Register
'The classifier has a function called , which is passed the features data from the test_df data set that was prepared earlier. '
'They either predict an exact value (e.g. next week’s sales) or predict a grouping, for example in a risk portfolio, whether the customer is high risk, medium risk or low risk. '
'The variable train_labels in the example below, holds the contents of the risk_label column from the data set. '
'Printing out a count of values in each data set will show that this has worked. '
'One part of the data set is used for training, and the other part is used for testing. '
1 comment
0 u/derram 21 Jun 2017 17:34
https://archive.is/R41Go | :
'The classifier has a function called , which is passed the features data from the test_df data set that was prepared earlier. '
'They either predict an exact value (e.g. next week’s sales) or predict a grouping, for example in a risk portfolio, whether the customer is high risk, medium risk or low risk. '
'The variable train_labels in the example below, holds the contents of the risk_label column from the data set. '
'Printing out a count of values in each data set will show that this has worked. '
'One part of the data set is used for training, and the other part is used for testing. '
This has been an automated message.