feature-engineering
Here are 815 public repositories matching this topic...
-
Updated
Nov 23, 2020 - 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
May 19, 2020 - Python
In order to ensure that our Terraform and Helm scripts continue to function on cloud providers, we should create a nightly cron job per cloud provider that
- Installs Feast using Terraform and Helm
- Runs a basic test to ensure that the system is functional
We can start with #1148 on GCP.
-
Updated
Jul 27, 2020 - Python
-
Updated
Dec 20, 2017 - Python
-
Updated
Nov 16, 2020 - Jupyter Notebook
-
Updated
Feb 14, 2017 - Jupyter Notebook
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 15, 2020 - Python
Please extract the rules as a text from Decision Tree. Maybe it will be easier to interpret?
-
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
Nov 13, 2020 - Jupyter Notebook
-
Updated
Sep 10, 2020 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 11, 2020 - Jupyter Notebook
-
Updated
Sep 20, 2020 - Python
-
Updated
Jul 24, 2020 - Python
-
Updated
Jul 18, 2020 - Jupyter Notebook
-
Updated
Nov 12, 2020 - Jupyter Notebook
-
Updated
Jun 11, 2020 - Scala
-
Updated
Jul 7, 2017 - Jupyter Notebook
-
Updated
Nov 4, 2020 - 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."


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