Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Other
1.49k
stars
353
forks
source link
Updates to data notebooks: make provision for unclean dataset from Github Releases #12
Added scripts to taint the clean Boston Housing Dataset and create a new dataset, also scripts to create artifact containing all the necessary data file and upload it to GitHub releases
01 EDA notebook: download artifact from github releases and do the rest of the tasks. Load the unclean Boston Housing Dataset instead of what we did earlier. Remove cells with code to add nulls or duplicates.
02 DP notebook: do the same process as for 01 EDA notebook. Remove cells with code to add nulls or duplicates.
03 FE notebook: brought data loading part in line with that of 01 and 02, now loads from the downloaded artifact. Artifact is downloaded from github releases