-
Updated
Sep 11, 2021 - Python
feature-engineering
Here are 1,120 public repositories matching this topic...
-
Updated
Jul 1, 2021 - Python
-
Updated
Jul 1, 2021 - Java
- src/CMakeLists.txt
- docs/cn/deploy.md
- python/test/sql_smoke_test.py
- src/codec/codec_bench_test.cc
Currently, if you try to use BQ and materialize a feature that is a list (of numbers, strings, etc), Feast will crash because in BQ, the value type of the feature is a dictionary, such as
{'list': [{'item': 3}, {'item': 3}]}
In materialize, we convert the latest values retrieval job to a pyarrow table and then converts to ValueProtos to write. This calls
`python_type_to_feast_value_type
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use OpTransformerSpec
and OpEstimatorSpec
base test specs to provide tests for all existing transformers & estimators.
-
Updated
Feb 10, 2021 - Python
Details in discussion mljar/mljar-supervised#421
-
Updated
Mar 25, 2021 - Python
-
Updated
Feb 14, 2017 - Jupyter Notebook
-
Updated
Dec 20, 2017 - Python
-
Updated
Feb 4, 2021 - Jupyter Notebook
-
Updated
Jun 16, 2021 - Python
-
Updated
Jan 20, 2021 - Python
-
Updated
Dec 15, 2018 - Jupyter Notebook
-
Updated
May 8, 2019 - Python
-
Updated
Sep 10, 2021 - Python
-
Updated
Oct 26, 2018
-
Updated
May 17, 2021 - Jupyter Notebook
-
Updated
Jul 1, 2019 - Python
Woodwork introduced the ability to initialize typing information with a partial schema in alteryx/woodwork#1100
This means that we can potentially get rid of _retain_custom_types_and_intialize_woodwork
and therefore retain more than just the logical types after some components modify the input data in a way that breaks the woodwork schema.
For example, this is how t
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Sep 10, 2021 - Jupyter Notebook
-
Updated
Mar 16, 2021 - Python
-
Updated
Sep 10, 2021 - Python
-
Updated
Sep 10, 2021 - Python
-
Updated
Nov 29, 2020 - Jupyter Notebook
-
Updated
Sep 7, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the feature-engineering topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feature-engineering topic, visit your repo's landing page and select "manage topics."
Bug/Feature Request Description