automl
Here are 336 public repositories matching this topic...
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
-
Updated
Sep 15, 2020 - Python
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
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
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
Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
-
Updated
Oct 3, 2020 - Jupyter Notebook
with the Power Transformer.
Google Brain AutoML
-
Updated
Oct 1, 2020 - Jupyter Notebook
We would like to forward a particular 'key' column which is part of the features to appear alongside the predictions - this is to be able to identify to which set of features a particular prediction belongs to. Here is an example of predictions output using the tensorflow.contrib.estimator.multi_class_head:
{"classes": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"],
"scores": [0.068196
Differentiable architecture search for convolutional and recurrent networks
-
Updated
Dec 3, 2019 - Python
We want to suggest people to run mindsdb on a venv,
and we require python 3.8
Can you update the README.md so it reflects
- create and activate venv:
python3.9 -m venv venv
source venv/bin/activate
- install MindsDB:
pip3 install mindsdb
- Run MindsDB
python3.8 -m mindsdb
A curated list of automated machine learning papers, articles, tutorials, slides and projects
-
Updated
Sep 24, 2020
resuming training
How do i resume training for text classification?
An Automatic Model Compression (AutoMC) framework for developing smaller and faster AI applications.
-
Updated
May 28, 2019 - 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.
Ergonomic machine learning for everyone.
-
Updated
Oct 2, 2020 - Python
Provide an input CSV and a target field to predict, generate a model + code to run it.
-
Updated
Oct 22, 2019 - Python
Time Series Forecasting Best Practices & Examples
-
Updated
Oct 1, 2020 - Python
[UNMAINTAINED] Automated machine learning for analytics & production
-
Updated
May 19, 2020 - Python
A curated list of automated deep learning (including neural architecture search and hyper-parameter optimization) resources.
-
Updated
Oct 1, 2020
Open-source implementation of Google Vizier for hyper parameters tuning
-
Updated
Nov 11, 2019 - Jupyter Notebook
Official Implementation of 'Fast AutoAugment' in PyTorch.
-
Updated
Apr 11, 2020 - Python
[ICLR 2019] ProxylessNAS: Direct Neural Architecture Search on Target Task and Hardware
-
Updated
May 8, 2020 - Python
MLBox is a powerful Automated Machine Learning python library.
-
Updated
Sep 25, 2020 - Python
Automated deep learning algorithms implemented in PyTorch.
-
Updated
Oct 3, 2020 - Python
Genetic neural architecture search with Keras
-
Updated
Jul 5, 2020 - Python
Fast & Simple Resource-Constrained Learning of Deep Network Structure
-
Updated
Oct 2, 2020 - Python
Otto makes machine learning an intuitive, natural language experience.
-
Updated
Jul 30, 2020 - JavaScript
Improve this page
Add a description, image, and links to the automl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the automl topic, visit your repo's landing page and select "manage topics."


Describe your feature request
It is already possible to give actors a name: https://docs.ray.io/en/master/actors.html#named-actors and to retrieve the actor handle via
ray.get_actor("some_name").It would however be very handy to have some kind of
ray.list_named_actors()API method to get a list/dict of all currently available named actors.It can be useful for: