This repository contains all kinds of data science and machine learning models.
Used BeautifulSoup Scraped online data. Simply analyzed data.
Used BeautifulSoup Scraped election data. Used BQ Plot drawing interactive graphs.
Wrote pipline including StandardScaler and OneHotEncoder to preprocess the data. Trained SGDClassifier and RandomForestClassifier and used GridSearchCV to select best parameters. Drew ROC and AUC curve and calculated f1 score for model assessment.
Used tf-idf and PCA searching for similar jokes.
Used SVD and Sparse-SVD Gradient Descent algorithm reconstruct images with missing values.