Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/images/feature_flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docs/samples/nyc_taxi_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"application/vnd.databricks.v1+cell": {
Expand All @@ -637,7 +638,7 @@
"source": [
"#### Define derived features\n",
"\n",
"We also define a derived feature, `f_trip_time_distance`, from the anchored features `f_trip_distance` and `f_trip_time_duration` as follows:"
"We also define a derived feature, `f_trip_speed`, from the anchored features `f_trip_distance` and `f_trip_time_duration` as follows:"
]
},
{
Expand All @@ -655,7 +656,7 @@
"source": [
"derived_features = [\n",
" DerivedFeature(\n",
" name=\"f_trip_time_distance\",\n",
" name=\"f_trip_speed\",\n",
" feature_type=FLOAT,\n",
" input_features=[\n",
" f_trip_distance,\n",
Expand Down Expand Up @@ -1154,11 +1155,11 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8 (main, Nov 24 2022, 14:13:03) [GCC 11.2.0]"
"version": "3.8.0 (default, Nov 6 2019, 21:49:08) \n[GCC 7.3.0]"
},
"vscode": {
"interpreter": {
"hash": "e34a1a57d2e174682770a82d94a178aa36d3ccfaa21227c5d2308e319b7ae532"
"hash": "ddb0e38f168d5afaa0b8ab4851ddd8c14364f1d087c15de6ff2ee5a559aec1f2"
}
}
},
Expand Down