features
Here are 286 public repositories matching this topic...
-
Updated
Jul 8, 2022 - Ruby
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.
This is reported by Manjunath from Slack channel.
For work_dir: "dbfs:/feathr_getting_started"
The user was running jupyter notebook from windows.
without forward slash('dbfs:/feathr_getting_started') the job configs were coming as '--join-config', 'dbfs:/feathr_getting_started\feature_join.conf'
To fix this, the user need to add foward slash: `work
-
Updated
Mar 21, 2022 - R
-
Updated
Nov 29, 2020 - Jupyter Notebook
-
Updated
Jan 30, 2018
-
Updated
Mar 24, 2022 - Python
-
Updated
Feb 22, 2022 - Jupyter Notebook
-
Updated
Jul 5, 2022 - Dart
-
Updated
Nov 13, 2019 - R
-
Updated
Sep 2, 2021 - Python
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
May 4, 2022 - Python
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Mar 23, 2020 - Python
-
Updated
Aug 16, 2018 - Java
-
Updated
Dec 9, 2021 - Python
-
Updated
Jul 8, 2022 - C#
-
Updated
Jul 8, 2022 - Python
-
Updated
Aug 29, 2017 - Jupyter Notebook
-
Updated
Mar 31, 2022 - Jupyter Notebook
Improve this page
Add a description, image, and links to the features topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the features topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Feast is often hard to install alongside other python packages that use
google-cloud-core. Specifically, Feast sets an upper-bound on this library (2.0.0), but the latest version is2.3.1and many python packages have a lower-bound of 2.0.0 and above.Describe the solution you'd like
Remove
google-cloud-corefr