Lane Floyd
Results
2
comments of
Lane Floyd
@Cheril311 My classes are what is in the picture above, {1, 2, 3, 4, 5} are each associated with an x row, as for loss function and metric its just...
@Cheril311 Here is some source code: Random Forest, i use the rf_model for training and the second returned model for evaluating and predicting. ``` ef create_single_model(self): input_features = tf.keras.Input(shape=(self.num_features,)) #...