feature-engineering
Here are 873 public repositories matching this topic...
-
Updated
Jan 12, 2021 - Python
For example, if there is a relationship transaction.session_id -> sessions.id and we are calculating a feature transactions: sessions.SUM(transactions.value) any rows for which there is no corresponding session should be given the default value of 0 instead of NaN.
Of course this should not normally occur, but when it does it seems more reasonable to use the default_value.
`DirectF
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
-
Updated
Dec 29, 2020 - Python
We should add a short guide on how users can use Feast by only using gRPC clients. This is useful for both developers and for teams not wanting to have Feast dependencies.
-
Updated
Jan 12, 2021 - Python
- add optimized metric
- add total run time
- add validation metric
- add parameters used in AutoML
-
Updated
Dec 20, 2017 - Python
-
Updated
Feb 14, 2017 - Jupyter Notebook
-
Updated
Nov 16, 2020 - Jupyter Notebook
-
Updated
Jan 20, 2021 - Python
-
Updated
Nov 30, 2020 - Python
-
Updated
May 8, 2019 - Python
-
Updated
Dec 15, 2018 - Jupyter Notebook
-
Updated
Oct 26, 2018
-
Updated
Jul 1, 2019 - Python
-
Updated
Nov 12, 2020 - Jupyter Notebook
-
Updated
Jan 7, 2021 - Jupyter Notebook
-
Updated
Dec 21, 2020 - Python
-
Updated
Nov 29, 2020 - Jupyter Notebook
-
Updated
Sep 20, 2020 - Python
-
Updated
Jan 7, 2021 - Jupyter Notebook
-
Updated
Nov 10, 2020 - Python
-
Updated
Jul 24, 2020 - Python
-
Updated
Jan 10, 2021 - Jupyter Notebook
-
Updated
Jul 18, 2020 - Jupyter Notebook
-
Updated
Jan 15, 2021 - Jupyter Notebook
-
Updated
Jan 19, 2021 - Python
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."


What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni