LostTech.TensorFlow : API Documentation

Type linear_testing_utils

Namespace tensorflow_estimator.python.estimator.canned.linear_testing_utils

Public static methods

object assert_close(IGraphNodeBase expected, Nullable<double> actual, double rtol, string name)

Optimizer mock_optimizer(BaseLinearClassifierTrainingTest testcase, Nullable<double> expected_loss)

Optimizer mock_optimizer(BaseLinearRegressorTrainingTest testcase, Nullable<double> expected_loss)

object mock_optimizer_dyn(object testcase, object expected_loss)

Public properties

PythonFunctionContainer assert_close_fn get;

PythonFunctionContainer BaseLinearClassifierEvaluationTest_fn get;

PythonFunctionContainer BaseLinearClassifierIntegrationTest_fn get;

PythonFunctionContainer BaseLinearClassifierPredictTest_fn get;

PythonFunctionContainer BaseLinearClassifierTrainingTest_fn get;

PythonFunctionContainer BaseLinearLogitFnTest_fn get;

PythonFunctionContainer BaseLinearRegressorEvaluationTest_fn get;

PythonFunctionContainer BaseLinearRegressorIntegrationTest_fn get;

PythonFunctionContainer BaseLinearRegressorPredictTest_fn get;

PythonFunctionContainer BaseLinearRegressorTrainingTest_fn get;

PythonFunctionContainer BaseLinearWarmStartingTest_fn get;

PythonFunctionContainer mock_optimizer_fn get;

PythonFunctionContainer queue_parsed_features_fn get;

PythonFunctionContainer save_variables_to_ckpt_fn get;

PythonFunctionContainer sigmoid_fn get;

PythonFunctionContainer sorted_key_dict_fn get;

Public fields

string HEIGHT_WEIGHT_NAME

return string

string OCCUPATION_WEIGHT_NAME

return string

bool HAS_PANDAS

return bool

string BIAS_NAME

return string

string LANGUAGE_WEIGHT_NAME

return string

string AGE_WEIGHT_NAME

return string