Navigation
index
modules
|
next
|
previous
|
HOTTBOX 0.3.2 documentation
»
HOTTBOX API
»
Metrics
»
HOTTBOX 0.3.2 documentation
Fork me on GitHub
Table Of Contents
Installing HOTTBOX
HOTTBOX API
Core Structures and Operations
Algorithms
Pandas Integration Tools
Metrics
Multi-dimensional Rank
Datasets
Custom Exceptions
Utility Functions
Experimental features
HOTTBOX Tutorials
Changelog
Development guide
Our Team
Docs
HOTTBOX API
Metrics
mape
mape
¶
# Import statement
from
hottbox.metrics
import
mape
mape
(
tensor_true
,
tensor_pred
)
[source]
¶
Mean absolute percentage error
Parameters
tensor_true
Tensor
tensor_pred
{Tensor, TensorCPD, TensorTKD, TensorTT}
Returns
float
Navigation
index
modules
|
next
|
previous
|
HOTTBOX 0.3.2 documentation
»
HOTTBOX API
»
Metrics
»