Skip to content
#

automated-machine-learning

Here are 103 public repositories matching this topic...

nni
autokeras
featuretools
gsheni
gsheni commented Sep 9, 2021
  • With Featuretools 1.0.0 we add a dataframe to an EntitySet with the following:
es = ft.EntitySet('new_es')

es.add_dataframe(dataframe=orders_df,
                 dataframe_name='orders',
                 index='order_id',
                 time_index='order_date')

Improvement

  • However, you could also change the EntitySet setter to add it with this approach:
es = ft.Ent
mljar-supervised
JustinKurland
JustinKurland commented Nov 27, 2021

There are several evaluation metrics that would be particularly beneficial for (binary) imbalanced classification problems and would be greatly appreciated additions. In terms of prioritizing implementation (and likely ease of implementation I will rank-order these):

  1. AUCPR - helpful in the event that class labels are needed and the positive class is of greater importance.
  2. **F2 Scor
Hyperactive
RemixAutoML

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.

Curate this topic

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."

Learn more