Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in Beetle dynamics ipynb File #5

Open
mlnjsh opened this issue Jul 9, 2020 · 0 comments
Open

Errors in Beetle dynamics ipynb File #5

mlnjsh opened this issue Jul 9, 2020 · 0 comments

Comments

@mlnjsh
Copy link

mlnjsh commented Jul 9, 2020

When I run this code

%run beetles_tda/generate_data.py fixed_noise \
--n_steps {n_steps} --n_series {n_series} \
--args_stable '{args_stable}' --args_aperiodic '{args_aperiodic}'

I get The following Error
TypeError: type object argument after ** must be a mapping, not str

and When I run this code

X_filtered = []
for name, _ in progress_bar(grouped_data):
X_filtered.append( pipeline.fit_transform(grouped_data.get_group(name)["adults"].values) )

I get the following error
NameError: name 'HTML' is not defined

Any help would be highly appreciated

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

No branches or pull requests

1 participant