Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.34 KB

File metadata and controls

22 lines (14 loc) · 1.34 KB

Python GitHub all releases GitHub language count

All python scripts

This project will contain all Python scrips I create to improve my python skills

Automation

This first folder includes function created specifically to improve daily coding, they will be populated with more function in coming weeks:

  • Function to clean and save away your downloads folder, automate in a single function the classification and archiving of different file extensions "01 xlsx_files", "02 pdf_files", "03 shp_files", "04 csv_files", "05 ipynb_files", "06 Markdown_files" and "07 xls_files" for now.
    • Script 02: "01 Clean downloads folder.py"

Seaborn

Folder including different examples of plots created using Seaborn module, line charts, barplots, stacked bar charts, scatterplots.

ML-using-Python

Machine Learning models using Python

This repository will include several univariate and multivariate TS models, and also some Neural Network model examples using Keras and Tensorflow. I will focus on neural network models that can be used in Time Series analysis.