2ab1119596b420cc696a783271d617562ccf7e28,examples/plot_EEG_Example.py,,,#,123

Before Change



train, test = train_test_split(np.arange(len(eeg["classes"])), random_state=0)

rfc_param_grid = {"n_estimators": [8, 16, 32, 64, 128, 256, 512, 1024]}
model_cesium = build_model_from_featureset(fset_cesium.isel(name=train),
                                          RandomForestClassifier(max_features="auto",
                                                                 random_state=0),
                                          params_to_optimize=rfc_param_grid)

After Change


fset_dwt = featurize.featurize_time_series(times=None, values=eeg["dwts"], errors=None,
                                           features_to_use=list(guo_features.keys()),
                                           custom_functions=guo_features)
print(fset_dwt.head())

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// The output featureset has the same form as before, except now the ``channel``
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: cesium-ml/cesium
Commit Name: 2ab1119596b420cc696a783271d617562ccf7e28
Time: 2017-03-29
Author: brettnaul@gmail.com
File Name: examples/plot_EEG_Example.py
Class Name:
Method Name:


Project Name: chainer/chainerrl
Commit Name: 41304b258afa59f0cc47b96dbe1af9e75b2c90e3
Time: 2016-05-04
Author: muupan@gmail.com
File Name: tests/test_dqn_head.py
Class Name: _TestDQNHead
Method Name: test_policy


Project Name: pythonstock/stock
Commit Name: 93fc87ef4a966d6667a5f9dc6826555e994988c8
Time: 2017-12-07
Author: yhy
File Name: web/dataIndicatorsHandler.py
Class Name: GetDataIndicatorsHandler
Method Name: get