Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

Create JSON files that have the default parameter grid to explore #65

Open
Y-oHr-N opened this issue May 23, 2018 · 12 comments
Open

Create JSON files that have the default parameter grid to explore #65

Y-oHr-N opened this issue May 23, 2018 · 12 comments

Comments

@Y-oHr-N
Copy link
Owner

Y-oHr-N commented May 23, 2018

See below

  • TPOT
  • auto-sklearn
  • hyperopt-sklearn
  • auto_ml
@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

'FastABOD': {
    'n_neighbors': randint(3, 101),
    'p': [1, 2],
    'contamination': uniform(0.05, 0.15)
}

@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

'LOF': {
    'n_neighbors': randint(1, 101),
    'p': [1, 2],
    'contamination': 'auto' # original paper
}

@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

'KNN': {
    'n_neighbors': randint(1, 101),
    'p': [1, 2],
    'contamination': uniform(0.05, 0.15)
}

@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

OneTimeSampling: {
    'max_samples': [20], # original paper
    'p': [1, 2],
    'contamination': uniform(0.05, 0.15)
}

@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

HBOS: {
    'bins': 'auto',
    'contamination': uniform(0.05, 0.15)
}

@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

SVDD: {
}

@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

MiniBatchKMeans: {
}

@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

'IForest': {
    'n_estimators': [100], # original paper
    'max_features': uniform(0.05, 0.95),
    'max_samples': 'auto', # original paper
    'bootstrap': [True, False],
    'contamination': 'auto' # original paper
}

@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

PCA: {
}

@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

GMM: {
}

@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

KDE: {
}

@Y-oHr-N
Copy link
Owner Author

Y-oHr-N commented Oct 1, 2018

SparseStructureLearning: {
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant