New! Use Simple ML for Sheets to apply machine learning to the data in your Google Sheets
Read More
tfdf.inspector.Evaluation
Evaluation of a model.
tfdf.inspector.Evaluation(
num_examples=None,
accuracy=None,
loss=None,
rmse=None,
ndcg=None,
aucs=None,
auuc=None,
qini=None
)
Attributes |
num_examples
|
A namedtuple alias for field number 0
|
accuracy
|
A namedtuple alias for field number 1
|
loss
|
A namedtuple alias for field number 2
|
rmse
|
A namedtuple alias for field number 3
|
ndcg
|
A namedtuple alias for field number 4
|
aucs
|
A namedtuple alias for field number 5
|
auuc
|
A namedtuple alias for field number 6
|
qini
|
A namedtuple alias for field number 7
|
Methods
to_dict
View source
to_dict() -> Dict[str, Union[int, float, List[float]]]
Convert the object into a dictionary of values.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[]]