Chris Rawles

Results 5 comments of Chris Rawles

Ah awesome. Thank you @nickb1080!!

Updated the wiki about for the stats.nba.com api. Think this is a relatively recent change as I've come across this problem following multiple tutorials.

@HarryHa need a little more context. Did you try running the tests as shown in the readme?

``` pipeline_id: 1 extract_features: column_id: example_id impute_function: tsfresh.utilities.dataframe_functions.impute default_fc_parameters: MinimalFCParameters() model_training: model_args: model: sklearn.ensemble.RandomForestClassifier ``` The training specific parameters are specific to tsfresh, tpot, and sklearn. * [extract_features](http://tsfresh.readthedocs.io/en/latest/api/tsfresh.feature_extraction.html#module-tsfresh.feature_extraction.extraction) * model...

@catherinedevlin instead of `js = "IPython.CodeCell.config_defaults.highlight_modes['magic_sql'] = {'reg':[/^%%sql/]};"` try this: `js = "IPython.CodeCell.config_defaults.highlight_modes['magic_text/x-sql'] = {'reg':[/^%%sql/]};"` It works for me prior to executing and as you are typing