Skip to content
#

unsupervised-learning

Here are 978 public repositories matching this topic...

satrum
satrum commented Dec 16, 2019

How can i implement callback parameter in fit moder Autoencoder ?
There is not parameter.

from keras.callbacks.callbacks import EarlyStopping
cb_earlystop = EarlyStopping(monitor='val_loss', min_delta=0, patience=0, verbose=0,
mode='auto', baseline=None, restore_best_weights=False)
pyod_model.fit(scaler, callbacks=[cb_earlystop])

TypeError: fi

rasbt
rasbt commented Oct 21, 2019

When running the ExhaustiveFeatureSelector, it is not unusual that an extraordinary large number of results get collected (due to the many combinations to evaluate). Some users reported that this leads to memory issues when calling the get_metric_dict() method that constructs a DataFrame containing the results.

Thus, it would be good to add a parameter like "topn" for the `get_metric_dict()

linas
linas commented Nov 29, 2018

Per discussion in #3032

The openpsi README.md describes a version of openpsi that no longer exists. It's inaccurate in 120 different ways ... I recognize it, as something that I wrote long ago. As far as I know, there is no adequate documentation for openpsi that

-- explains what it is
-- explains how it works; this includes a review of all of the major components, including control, de

Improve this page

Add a description, image, and links to the unsupervised-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 unsupervised-learning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.