R Under development (unstable) (2023-11-08 r85496 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > Sys.setenv("R_TESTS" = "") > library(testthat) > library(text2vec) > library(mlapi) > data("movie_review") > test_check("text2vec") INFO [07:42:32.279] early stopping at 120 iteration INFO [07:42:32.741] early stopping at 30 iteration INFO [07:42:53.828] soft_als: iter 001, frobenious norm change 350.807 loss NA INFO [07:42:53.832] soft_als: iter 002, frobenious norm change 0.290 loss NA INFO [07:42:53.835] soft_als: iter 003, frobenious norm change 0.042 loss NA INFO [07:42:53.838] soft_als: iter 004, frobenious norm change 0.013 loss NA INFO [07:42:53.841] soft_als: iter 005, frobenious norm change 0.006 loss NA INFO [07:42:53.844] soft_als: iter 006, frobenious norm change 0.003 loss NA INFO [07:42:53.847] soft_als: iter 007, frobenious norm change 0.002 loss NA INFO [07:42:53.850] soft_als: iter 008, frobenious norm change 0.001 loss NA INFO [07:42:53.854] soft_als: iter 009, frobenious norm change 0.001 loss NA INFO [07:42:53.854] soft_impute: converged with tol 0.001000 after 9 iter INFO [07:42:53.906] soft_als: iter 001, frobenious norm change 144.766 loss NA INFO [07:42:53.933] soft_als: iter 002, frobenious norm change 0.002 loss NA INFO [07:42:53.960] soft_als: iter 003, frobenious norm change 0.000 loss NA INFO [07:42:53.961] soft_impute: converged with tol 0.001000 after 3 iter INFO [07:42:54.003] soft_als: iter 001, frobenious norm change 144.849 loss NA INFO [07:42:54.031] soft_als: iter 002, frobenious norm change 0.002 loss NA INFO [07:42:54.060] soft_als: iter 003, frobenious norm change 0.000 loss NA INFO [07:42:54.061] soft_impute: converged with tol 0.001000 after 3 iter INFO [07:42:54.139] soft_als: iter 001, frobenious norm change 504.137 loss NA INFO [07:42:54.142] soft_als: iter 002, frobenious norm change 0.345 loss NA INFO [07:42:54.144] soft_als: iter 003, frobenious norm change 0.056 loss NA INFO [07:42:54.146] soft_als: iter 004, frobenious norm change 0.020 loss NA INFO [07:42:54.148] soft_als: iter 005, frobenious norm change 0.009 loss NA INFO [07:42:54.150] soft_als: iter 006, frobenious norm change 0.005 loss NA INFO [07:42:54.152] soft_als: iter 007, frobenious norm change 0.003 loss NA INFO [07:42:54.154] soft_als: iter 008, frobenious norm change 0.002 loss NA INFO [07:42:54.156] soft_als: iter 009, frobenious norm change 0.001 loss NA INFO [07:42:54.158] soft_als: iter 010, frobenious norm change 0.001 loss NA INFO [07:42:54.159] soft_impute: converged with tol 0.001000 after 10 iter [ FAIL 0 | WARN 1 | SKIP 0 | PASS 88 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 88 ] > > proc.time() user system elapsed 21.56 4.85 26.42