Skip to content

Commit

Permalink
create pipeline using sklearn.linear_model.ElasticNet
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector-hedb12 committed Feb 22, 2019
1 parent d8b7253 commit ea55fd9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pipelines/sklearn.linear_model.ElasticNet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"metadata": {
"name": "sklearn.linear_model.ElasticNet",
"data_type": "single_table",
"task_type": "regression"
},
"validation": {
"dataset": "boston"
},
"primitives": [
"sklearn.linear_model.ElasticNet"
]
}

0 comments on commit ea55fd9

Please sign in to comment.