├── Chapter-03 └── titanic-start-of-a-journey-around-data-world.ipynb ├── Chapter-04 ├── coffee-or-beer-in-london-your-choice.ipynb ├── every-pub-in-england-data-exploration.ipynb ├── geospatial-utils.ipynb ├── plot-style-utils.ipynb └── starbucks-location-worldwide-data-exploration.ipynb ├── Chapter-05 ├── kiva-microloans-a-data-exploration.ipynb ├── plot-style-utils.ipynb ├── plotly-utils.ipynb └── understand-poverty-to-optimize-microloans.ipynb ├── Chapter-06 ├── data_quality_stats.py ├── honeybee-subspecies-classification.ipynb └── plotly-utils.ipynb ├── Chapter-07 ├── jigsaw-comments-text-exploration.ipynb ├── jigsaw-simple-baseline.ipynb └── plot-style-utils.ipynb ├── Chapter-08 └── lanl-earthquake-data-exploration-and-baseline.ipynb ├── Chapter-09 ├── data_quality_stats.py ├── deepfake-exploratory-data-analysis.ipynb ├── face-detection-mtcnn.ipynb ├── face-object-detection.ipynb ├── lanl-earthquake-data-exploration-and-baseline.ipynb ├── plot-style-utils.ipynb └── video-utils.ipynb ├── Chapter-10 ├── rag-using-llama-2-langchain-and-chromadb.ipynb ├── simple-sequential-chain-with-llama-2-and-langchain.ipynb ├── test-llama-2-quantized-with-llama-cpp.ipynb ├── test-llama-v2-with-math.ipynb ├── test-of-llama-2-quantized-with-llama-cpp-on-cpu.ipynb └── use-code-llama-to-generate-python-code-13b.ipynb ├── Chapter-11 ├── coffee-or-beer-in-london-your-choice-improved.ipynb ├── geospatial-utils.ipynb ├── how-active-are-the-users-on-kaggle.ipynb └── plot-style-utils.ipynb ├── LICENSE └── README.md /Chapter-03/titanic-start-of-a-journey-around-data-world.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-03/titanic-start-of-a-journey-around-data-world.ipynb -------------------------------------------------------------------------------- /Chapter-04/coffee-or-beer-in-london-your-choice.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-04/coffee-or-beer-in-london-your-choice.ipynb -------------------------------------------------------------------------------- /Chapter-04/every-pub-in-england-data-exploration.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-04/every-pub-in-england-data-exploration.ipynb -------------------------------------------------------------------------------- /Chapter-04/geospatial-utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-04/geospatial-utils.ipynb -------------------------------------------------------------------------------- /Chapter-04/plot-style-utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-04/plot-style-utils.ipynb -------------------------------------------------------------------------------- /Chapter-04/starbucks-location-worldwide-data-exploration.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-04/starbucks-location-worldwide-data-exploration.ipynb -------------------------------------------------------------------------------- /Chapter-05/kiva-microloans-a-data-exploration.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-05/kiva-microloans-a-data-exploration.ipynb -------------------------------------------------------------------------------- /Chapter-05/plot-style-utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-05/plot-style-utils.ipynb -------------------------------------------------------------------------------- /Chapter-05/plotly-utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-05/plotly-utils.ipynb -------------------------------------------------------------------------------- /Chapter-05/understand-poverty-to-optimize-microloans.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-05/understand-poverty-to-optimize-microloans.ipynb -------------------------------------------------------------------------------- /Chapter-06/data_quality_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-06/data_quality_stats.py -------------------------------------------------------------------------------- /Chapter-06/honeybee-subspecies-classification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-06/honeybee-subspecies-classification.ipynb -------------------------------------------------------------------------------- /Chapter-06/plotly-utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-06/plotly-utils.ipynb -------------------------------------------------------------------------------- /Chapter-07/jigsaw-comments-text-exploration.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-07/jigsaw-comments-text-exploration.ipynb -------------------------------------------------------------------------------- /Chapter-07/jigsaw-simple-baseline.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-07/jigsaw-simple-baseline.ipynb -------------------------------------------------------------------------------- /Chapter-07/plot-style-utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-07/plot-style-utils.ipynb -------------------------------------------------------------------------------- /Chapter-08/lanl-earthquake-data-exploration-and-baseline.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-08/lanl-earthquake-data-exploration-and-baseline.ipynb -------------------------------------------------------------------------------- /Chapter-09/data_quality_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-09/data_quality_stats.py -------------------------------------------------------------------------------- /Chapter-09/deepfake-exploratory-data-analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-09/deepfake-exploratory-data-analysis.ipynb -------------------------------------------------------------------------------- /Chapter-09/face-detection-mtcnn.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-09/face-detection-mtcnn.ipynb -------------------------------------------------------------------------------- /Chapter-09/face-object-detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-09/face-object-detection.ipynb -------------------------------------------------------------------------------- /Chapter-09/lanl-earthquake-data-exploration-and-baseline.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-09/lanl-earthquake-data-exploration-and-baseline.ipynb -------------------------------------------------------------------------------- /Chapter-09/plot-style-utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-09/plot-style-utils.ipynb -------------------------------------------------------------------------------- /Chapter-09/video-utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-09/video-utils.ipynb -------------------------------------------------------------------------------- /Chapter-10/rag-using-llama-2-langchain-and-chromadb.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-10/rag-using-llama-2-langchain-and-chromadb.ipynb -------------------------------------------------------------------------------- /Chapter-10/simple-sequential-chain-with-llama-2-and-langchain.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-10/simple-sequential-chain-with-llama-2-and-langchain.ipynb -------------------------------------------------------------------------------- /Chapter-10/test-llama-2-quantized-with-llama-cpp.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-10/test-llama-2-quantized-with-llama-cpp.ipynb -------------------------------------------------------------------------------- /Chapter-10/test-llama-v2-with-math.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-10/test-llama-v2-with-math.ipynb -------------------------------------------------------------------------------- /Chapter-10/test-of-llama-2-quantized-with-llama-cpp-on-cpu.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-10/test-of-llama-2-quantized-with-llama-cpp-on-cpu.ipynb -------------------------------------------------------------------------------- /Chapter-10/use-code-llama-to-generate-python-code-13b.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-10/use-code-llama-to-generate-python-code-13b.ipynb -------------------------------------------------------------------------------- /Chapter-11/coffee-or-beer-in-london-your-choice-improved.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-11/coffee-or-beer-in-london-your-choice-improved.ipynb -------------------------------------------------------------------------------- /Chapter-11/geospatial-utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-11/geospatial-utils.ipynb -------------------------------------------------------------------------------- /Chapter-11/how-active-are-the-users-on-kaggle.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-11/how-active-are-the-users-on-kaggle.ipynb -------------------------------------------------------------------------------- /Chapter-11/plot-style-utils.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/Chapter-11/plot-style-utils.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Developing-Kaggle-Notebooks/HEAD/README.md --------------------------------------------------------------------------------