feature-engineering
Here are 1,153 public repositories matching this topic...
-
Updated
Jul 1, 2021 - Python
- A better name date of birth column in our mock dataset would be
birthday
.
-
Updated
Jul 1, 2021 - Java
- src/CMakeLists.txt
- docs/cn/deploy.md
- python/test/sql_smoke_test.py
- src/codec/codec_bench_test.cc
Expected Behavior
When an entity is removed from the feature repo, it should be removed from the feature registry.
Current Behavior
Entities are only added, never removed from the Registry. This is a storage leak of sorts.
Steps to reproduce
feast init
- In the new feature repo,
feast apply
- Add a new entity in the feature repo.
feast apply
. - Remove the new en
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.
Details in discussion mljar/mljar-supervised#421
-
Updated
Feb 10, 2021 - Python
-
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
Sep 30, 2021 - Python
-
Updated
May 8, 2019 - Python
-
Updated
Oct 26, 2018
-
Updated
May 17, 2021 - Jupyter Notebook
-
Updated
Jul 1, 2019 - Python
Currently if a list is passed as a component_graph
to a pipeline, the component_dict
outputs the class object as the first item in the value of the list within _make_component_dict_from_component_list
class LinearRegressionPipeline(RegressionPipeline):
"""Linear Regression Pipeline for regression problems."""
component_graph = [
"One Hot Encoder",
-
Updated
Sep 30, 2021 - Jupyter Notebook
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Mar 16, 2021 - Python
-
Updated
Oct 4, 2021 - Python
-
Updated
Sep 19, 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."
Discussed in microsoft/nni#4070
Originally posted by ZhiyuanChen August 14, 2021