reinvent-memory
reinvent-memory copied to clipboard
Jupyter Notebook missing.
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