-
Updated
Aug 20, 2020 - Python
automated-machine-learning
Here are 74 public repositories matching this topic...
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
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
with the Power Transformer.
-
Updated
Aug 20, 2020 - Python
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
-
Updated
Jun 6, 2018 - Python
-
Updated
Jul 7, 2020 - Python
-
Updated
Apr 11, 2020 - Python
-
Updated
Jul 27, 2020 - Python
-
Updated
Aug 20, 2020 - Python
-
Updated
Oct 27, 2019 - Jupyter Notebook
-
Updated
Aug 29, 2016 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Aug 8, 2020 - Jupyter Notebook
-
Updated
May 12, 2020 - Python
-
Updated
Jul 28, 2020 - Python
-
Updated
Aug 17, 2020 - Python
-
Updated
Jul 21, 2020 - Jupyter Notebook
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 17, 2020 - R
The label distribution in the description for continuous labels should match pandas describe.
It would help to have download option to get a list of used packages:
For example:
Download list of ML Packages used in Model Training, with all corresponding citations in CSV Format.
-
Updated
Aug 18, 2020
-
Updated
Apr 20, 2019 - Python
-
Updated
Oct 6, 2017 - Python
-
Updated
Jul 23, 2020 - Python
Improve this page
Add a description, image, and links to the automated-machine-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the automated-machine-learning topic, visit your repo's landing page and select "manage topics."


Adding types on the public API surface would allow us to do some runtime type checking later on and would allow user's IDE to have more info for static analysis.
The functions/signatures to type are the ones listed here https://github.com/keras-team/autokeras/blob/master/autokeras/__init__.py
For the context, see #856 where I add some type information on a ImageClassifier.
This issue can