Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit bff2838

Browse files
committed
docs: model: scikit: Update docs
Signed-off-by: John Andersen <[email protected]>
1 parent 843c9b3 commit bff2838

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/plugins/dffml_model.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -737,20 +737,21 @@ Output:
737737
"extra": {},
738738
"features": {
739739
"Expertise": 13,
740-
"Trust": 1.4,
740+
"Trust": 0.7,
741741
"Years": 6
742742
},
743743
"key": "0",
744-
"last_updated": "2020-02-07T14:17:08Z",
744+
"last_updated": "2020-03-01T22:26:46Z",
745745
"prediction": {
746746
"Salary": {
747747
"confidence": 1.0,
748-
"value": 70.13972055888223
748+
"value": 70.0
749749
}
750750
}
751751
}
752752
]
753753
754+
754755
Example usage of Linear Regression Model using python API:
755756

756757
.. literalinclude:: /../model/scikit/examples/lr/lr.py

0 commit comments

Comments
 (0)