Test notebook run

This commit is contained in:
2026-05-26 14:14:30 +02:00
parent b930018981
commit 1a7deafab7
2 changed files with 1698 additions and 1 deletions

File diff suppressed because one or more lines are too long

3
run.sh
View File

@@ -20,5 +20,6 @@ pip install pandas numpy matplotlib seaborn pillow scikit-learn
pip install "tensorflow[and-cuda]"
pip install --upgrade kagglehub[pandas-datasets,hf-datasets]
python3 skin_cancer_classification.py
jupyter nbconvert --to notebook --execute Skin_Cancer_Classification.ipynb --output Skin_Cancer_Classification_Final.ipynb
# python3 skin_cancer_classification.py
echo "Done."