Category: Python_Learning
-
How to split folders with files (e.g. images) into training, validation and test (dataset) folders.
The package works for the task. First, install the split-folders package. The original folder should be organized as follows: The output structure will be organized as follows:
-
How to visualize data frame in pandas
The best tutorial will be pandas’ official tutorial https://pandas.pydata.org/docs/user_guide/visualization.html
-
Creating annotated heatmaps in python
Mark how to to plot a heatmap using python https://matplotlib.org/stable/gallery/images_contours_and_fields/image_annotated_heatmap.html