We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: