Pinned Repositories
Automotive-Website
Full-Stack Web Development work-in-progress for a local Automotive shop using HTML/CSS and Bootstrap.
ChatGPTBulkQuestions
A script that takes a list of questions and exports a csv with Questions and Answer from ChatGPT
Cross-Validation-Random-Forest
Using k-Fold Cross Validation to find Optimal number of trees
CrossValidationKNN
KNN and Cross Validation Example
Data-Mining-R-Bremen-Challenge
Create_data_SD iterates csv files containing sensor data for a movement. It extracts 3 standard deviations for each sensor. Then, combines the train_data and features in sd_training_data.csv to be used to build classification models. Create_Test_SD combines challenge.csv and sd features in the sd_testing_data.csv. Sensor files download on website
GoogleDiscussionsSerp
Get Google Discussions and Forums Results from a keyword list
KNN-Classifier-R-Bremen-Challenge
Using K Nearest Neighbors in R to classify athletic movements.
NLP-4-SEO-Experiment
This project experiments with the Google NLP Algorithm to evaluate e-commerce product descriptions from an SEO perspective.
Telecommunications-Customer-Attrition-Dashboard
A dynamic dashboard for a telecommunications company to analyze customer attrition rates according to demographic filters.
Vigenere-Cipher-Encoding
a cryptography exercise in python for a data security course
santma's Repositories
santma/NLP-4-SEO-Experiment
This project experiments with the Google NLP Algorithm to evaluate e-commerce product descriptions from an SEO perspective.
santma/Telecommunications-Customer-Attrition-Dashboard
A dynamic dashboard for a telecommunications company to analyze customer attrition rates according to demographic filters.
santma/ChatGPTBulkQuestions
A script that takes a list of questions and exports a csv with Questions and Answer from ChatGPT
santma/GoogleDiscussionsSerp
Get Google Discussions and Forums Results from a keyword list
santma/Vigenere-Cipher-Encoding
a cryptography exercise in python for a data security course
santma/Automotive-Website
Full-Stack Web Development work-in-progress for a local Automotive shop using HTML/CSS and Bootstrap.
santma/Cross-Validation-Random-Forest
Using k-Fold Cross Validation to find Optimal number of trees
santma/CrossValidationKNN
KNN and Cross Validation Example
santma/Data-Mining-R-Bremen-Challenge
Create_data_SD iterates csv files containing sensor data for a movement. It extracts 3 standard deviations for each sensor. Then, combines the train_data and features in sd_training_data.csv to be used to build classification models. Create_Test_SD combines challenge.csv and sd features in the sd_testing_data.csv. Sensor files download on website
santma/KNN-Classifier-R-Bremen-Challenge
Using K Nearest Neighbors in R to classify athletic movements.
santma/SerpAPI4PAAs
Uses Serp Api to get Google PAAs data from a keyword list
santma/BDB
Street art search engine. Project for MCO012
santma/CrossValidationRandomForest
Cross validation to find optimal number of tress in Random Forest classifier using R
santma/koma
website
santma/nlp-notebooks
A collection of notebooks for Natural Language Processing from NLP Town
santma/RandomForestCrossValidation
Using k-Fold Cross validation to test optimal number of trees in Random Forest Algorithm