Skip to content

Commit

Permalink
add example notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
lalmei committed Mar 23, 2021
1 parent 5cb9859 commit 56aac3e
Show file tree
Hide file tree
Showing 10 changed files with 3,107 additions and 3 deletions.
43 changes: 43 additions & 0 deletions constraints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"valueConstraints": {
"loan_amnt": {
"constraints": [
{
"name": "value LT 548250",
"value": 548250.0,
"op": "LT",
"verbose": false
},
{
"name": "value GT 2500.0",
"value": 2500.0,
"op": "GT",
"verbose": true
}
]
},
"fico_range_high": {
"constraints": [
{
"name": "value GT 4000",
"value": 4000.0,
"op": "GT",
"verbose": false
}
]
}
},
"summaryConstraints": {
"annual_inc": {
"constraints": [
{
"name": "summary min GE 0/None",
"firstField": "min",
"value": 0.0,
"op": "GE",
"verbose": false
}
]
}
}
}
334 changes: 334 additions & 0 deletions examples/Logging_Images.ipynb

Large diffs are not rendered by default.

572 changes: 572 additions & 0 deletions examples/MLFlow Integration Example.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 56aac3e

Please sign in to comment.