Skip to content

Commit 44cb0a9

Browse files
authored
Merge pull request #225 from tidymodels/missing-snapshot-nnmf_sparse
add missing snapshot
2 parents a992466 + ff58815 commit 44cb0a9

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Correct values
2+
3+
Code
4+
print(rec)
5+
Message
6+
7+
-- Recipe ----------------------------------------------------------------------
8+
9+
-- Inputs
10+
Number of variables by role
11+
outcome: 1
12+
predictor: 4
13+
14+
-- Operations
15+
* Non-negative matrix factorization for: all_predictors()
16+
17+
# No NNF
18+
19+
Code
20+
print(rec)
21+
Message
22+
23+
-- Recipe ----------------------------------------------------------------------
24+
25+
-- Inputs
26+
Number of variables by role
27+
outcome: 1
28+
predictor: 4
29+
30+
-- Training information
31+
Training data contained 150 data points and no incomplete rows.
32+
33+
-- Operations
34+
* No non-negative matrix factorization was extracted from: Sepal.Length,
35+
Sepal.Width, Petal.Length, Petal.Width | Trained
36+

0 commit comments

Comments
 (0)