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

Jupyter Notebook missing. #2

Open
surendramph opened this issue Jun 13, 2022 · 0 comments
Open

Jupyter Notebook missing. #2

surendramph opened this issue Jun 13, 2022 · 0 comments

Comments

@surendramph
Copy link

Hi,
Running the bash script of [run_extraction_and_svm_training.sh] (https://github.com/tblaschke/reinvent-classifiers/blob/master/run_extraction_and_svm_training.sh), the code ended with no output for the model, as I found missing extract_actives.ipnyb jupyter notebook from the directory of ((https://github.com/tblaschke/reinvent-classifiers). Could you please share the above jupyter notebook.
Here is the inside of bash shell.

#!/bin/bash
set -e
jupyter nbconvert --ExecutePreprocessor.timeout=-1 --to notebook --inplace --execute prepare_from_excape.ipynb
jupyter nbconvert --ExecutePreprocessor.timeout=-1 --to notebook --inplace --execute extract_actives.ipynb (Missing)
bash ./train_all_models.sh
jupyter nbconvert --ExecutePreprocessor.timeout=-1 --to notebook --inplace --execute extract_best_model_and_save_final_model.ipynb

Thanks

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