diff --git a/docs/Beaver.html b/docs/Beaver.html index 6b9804da..00431997 100644 --- a/docs/Beaver.html +++ b/docs/Beaver.html @@ -8,7 +8,7 @@ -
TELF 0.0.11 documentation
+TELF 0.0.12 documentation
-predict_k_method (str, optional) –
Method to use when performing automatic k prediction. Default is “pvalue”.
+predict_k_method (str, optional) –
Method to use when performing automatic k prediction. Default is “sill”.
predict_k_method='pvalue'
will use L-Statistics with column-wise error for automatically estimating the number of latent factors.
predict_k_method='sill'
will use Silhouette score for estimating the number of latent factors.
Warning
-predict_k_method='pvalue'
prediction will result in significantly longer processing time! predict_k_method='sill'
, on the other hand, will be much faster.
predict_k_method='pvalue'
prediction will result in significantly longer processing time, altough it is more accurate! predict_k_method='sill'
, on the other hand, will be much faster.
verbose (bool, optional) – If True, shows progress in each k. The default is True.
TELF 0.0.11 documentation
+TELF 0.0.12 documentation
-predict_k_method (str, optional) –
Method to use when performing automatic k prediction. Default is “pvalue”.
+predict_k_method (str, optional) –
Method to use when performing automatic k prediction. Default is “sill”.
predict_k_method='pvalue'
will use L-Statistics with column-wise error for automatically estimating the number of latent factors.
predict_k_method='sill'
will use Silhouette score for estimating the number of latent factors.
Warning
-predict_k_method='pvalue'
prediction will result in significantly longer processing time! predict_k_method='sill'
, on the other hand, will be much faster.
predict_k_method='pvalue'
prediction will result in significantly longer processing time, altough it is more accurate! predict_k_method='sill'
, on the other hand, will be much faster.
verbose (bool, optional) – If True, shows progress in each k. The default is True.
TELF 0.0.11 documentation
+TELF 0.0.12 documentation