-
Updated
Sep 3, 2020 - Python
feature-engineering
Here are 725 public repositories matching this topic...
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
Is your feature request related to a problem? Please describe.
#878 adds HTTP endpoints and documents such endpoints in Javadoc. However, tools such as OpenAPI does this in a more holistic and visually pleasing manner and is a good to have.
Describe the solution you'd like
Add OpenAPI documentation with Swagger UI.
**Describe altern
-
Updated
Jul 27, 2020 - Python
-
Updated
Dec 20, 2017 - Python
-
Updated
Jul 26, 2020 - Jupyter Notebook
-
Updated
Jul 19, 2020 - Python
-
Updated
May 28, 2020 - Python
-
Updated
Feb 14, 2017 - Jupyter Notebook
-
Updated
May 8, 2019 - Python
-
Updated
Dec 15, 2018 - Jupyter Notebook
-
Updated
Jul 1, 2019 - Python
-
Updated
Oct 26, 2018
-
Updated
Apr 22, 2020 - Jupyter Notebook
-
Updated
May 20, 2020 - Jupyter Notebook
-
Updated
Jun 24, 2020 - Python
-
Updated
Aug 20, 2020 - Python
-
Updated
Jul 24, 2020 - Python
-
Updated
Sep 9, 2020 - Python
-
Updated
Sep 4, 2020 - Jupyter Notebook
-
Updated
Jun 11, 2020 - Scala
-
Updated
Jul 18, 2020 - Jupyter Notebook
-
Updated
Jul 7, 2017 - Jupyter Notebook
-
Updated
Jul 21, 2020 - Jupyter Notebook
-
Updated
Sep 5, 2020 - R
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