GitHunt

KRISHNA CHAITANYA YARLAGADDA

krishcy25

JP Morgan Chase & Co.
Wilmington, DE, USA

Languages

Jupyter Notebook94%Python6%

Repos

17

Stars

0

Forks

0

Top Language

Jupyter Notebook

Loading contributions...

Repositories

17
KR
krishcy25/Building-several-Regression-MachineLearning-Algorithms-for-ContinuousOutcomePrediction

This repository focuses on building several Regression Models-Linear Regression, XGBoost Regressor, Ridge Regression, Lasso Regression, Polynomial Regression that predicts the continuous outcome (House Prices) along with several Data Preparation Techniques (Transformations/Scaling, Imputation, Filtering of Outliers, Handling of correlated features, One Hot Encoding)

Jupyter Notebook00Updated 5 years ago
lasso-regressionlinear-regressionpolynomial-regressionridge-regressionxgboost-regression
KR
krishcy25/TimeSeriesModeling-Apple-Stock-Prediction

This repository focuses on building Time Series Model (Recurrent Neural Network- LSTM) to predict the stock price of the Apple.Long Short-Term Memory (LSTM) networks are a type of recurrent neural network capable of learning order dependence in sequence prediction problems that involves time series related events

Jupyter Notebook00Updated 5 years ago
apple-stock-datadropoutregularizationrnn-lstmrnn-modelstock-prediction-modelstimeseries-forecasting
KR
krishcy25/MarketBasketAnalysis-AssociationMining

This repository focuses on building Association rules (Market Basket Analysis) using Support, Confidence, Lift that gives insights on which products go together in the cart of customer's shopping

Jupyter Notebook00Updated 5 years ago
apriori-algorithmassociation-rule-miningconfidenceliftmarket-basket-analysissupport
KR
krishcy25/DecisionTrees-Gini-Entropy-TitanicSurvivalPrediction

This repository contains code to build various versions of Decision Tree Models (Gini, Entropy) for the Titanic Passenger Survival prediction from Kaggle Competitions. Pruning is also performed to reduce the Overfitting

Jupyter Notebook00Updated 5 years ago
decision-tree-algorithmdecision-tree-classifierdecision-treesentropygini-indexkaggle-titanic-survival
KR
krishcy25/DimensionalityReduction-PrincipalComponentAnalysis-Using-Python

This repository contains code for PCA (Principal Component Analysis with fixed number of components) that reduces the number of dimensions, PCA with Scree plot (finding number of optimal components that explains maximum variance) in Fraud data set from Kaggle competition that contains more than 500 variables.

Jupyter Notebook00Updated 5 years ago
dimensionality-reductionkaggle-competitionkaggle-fraud-detectionpca-analysisprincipal-component-analysisscreeplot
KR
krishcy25/K-Means-Clustering-Unsupervised-Learning

This repository focuses on building K-Means Clustering (Unsupervised Learning algorithm) that builds the effective number of cluster grouping/segmentation based on Elbow method.

Jupyter Notebook00Updated 5 years ago
clustering-algorithmclustering-analysiselbow-methodelbow-plotk-means-implementation-in-pythonunsupervised-machine-learning
KR
krishcy25/Building-several-Classification-MachineLearning-Algorithms

This repository focuses on building several Classification Machine Learning algorithms from scratch following the standard approach of using Data Exploration/Data Preparation techniques. Several algorithms (Logistic, XGBoost, KNN, SVC, Naive Bayes) were trained and used to predict the unseen data. All the algorithms were built as part of Analytics Vidhya Competition

Jupyter Notebook00Updated 5 years ago
analytics-vidhya-competitiondata-explorationdata-preparation-and-analysisknn-classificationlogistic-regressionmodel-buildingnaive-bayes-classifiersupport-vector-machinesxgboost-classifier
KR
krishcy25/NeuralNetwork-ModelBuilding-with-Keras-and-TensorFlowBackend

This repository focuses on building several versions of Deep Learning Neural Network Models (Sequential Model, Model with increase in hidden layers, Model with Regularization to avoid overfitting) with Keras that uses TensorFlow Back end.

Jupyter Notebook00Updated 5 years ago
deeplearningepochshidden-layerskeraskeras-neural-networkskeras-tensorflowmachine-learning-algorithmsneural-networkoverfittingregularization
KR
krishcy25/SentimentMining-UsingPython-WordCloud-and-TextHero

Sentiment Mining (Unstructured data)- This repository focuses on Creating a Word Cloud (with most frequent/significant words) and Created list of top words by product, K-Means and PCA plot for the reviews based on category of topics as pulled by the textual review analysis of Amazon Customer Reviews on Electronic Products

Jupyter Notebook00Updated 5 years ago
kmeans-clusteringpcasentiment-analysistextherounstructured-dataunstructured-data-analysiswordcloudwordcloud-visualization
KR
krishcy25/Python-BasicOperations-and-DataAnalysis

This is my first repository created with Basic Python Operations and Data Analysis using Pandas. All the basic SQL Operations/Methods that we regularly use to retrieve/merge data is translated to Python Programming

Jupyter Notebook00Updated 5 years ago
dataanalysisdatacombinepandaspandas-dataframepythonprogramsqltopython
KR
krishcy25/AWS-SageMaker-FileImporting-from-S3Bucket

This repository focuses on code to import the datasets from S3 Bucket into SageMaker and use them to build/train Machine Learning models with in AWS SageMaker

Jupyter Notebook00Updated 5 years ago
aws-s3aws-sagemakerclouds3-bucket-imports3bucket
KR
krishcy25/PyCaret-ClassificationModels-LoanApprovalPrediction-AnalyticsVidhyaHackathon

This repository contains code to build 14 Classification Machine Learning Models to predict the decision of Loan Approval Process with PyCaret. Models are compared against the statistics (Accuracy, F1-Score), best model was picked, tuned, saved/loaded for model deployment and used to predict the observations on unseen data. The final file with predictions on unseen data was submitted to Analytics Vidhya Hackathon with model accuracy of 88%

Jupyter Notebook00Updated 5 years ago
accuracy-metricsclassification-algorithimsf1-scoreloan-prediction-analysismachine-learning-algorithmspycaretpython
KR
krishcy25/PyCaret-RegressionModels-HousePricePrediction-KaggleCompetition

This repository contains code to build 21 Regression Machine Learning Models to predict the house price in Python using PyCaret. Models are compared against the statistics (RMSE), best model was picked, tuned, saved/loaded for model deployment and used to predict the observations on unseen data. The final file with predictions on unseen data was submitted to Kaggle Competition placing me in Top 20%

Jupyter Notebook00Updated 5 years ago
catboost-modelhouse-price-predictionkaggle-competitionmachine-learning-algorithmsmodelbuildingpycaretregression-modelsregressionanalysis
KR
krishcy25/ExploratoryDataAnalysis-MultiplePythonPackages-PandasProfiling-dtales-sweetviz

This repository focuses on using simple lines of code with several Python packages(pandas-profiling, sweetviz, dtales) that does the extensive detailed Exploratory Data Analysis by producing several uni-variate statistics

Jupyter Notebook00Updated 5 years ago
data-sciencedata-visualizationdataexplorationdataknowledgedataminingdtalesedapandas-profilingsimpsweetviz
KR
krishcy25/ChatBot-Interactive

This ChatBot was implemented using NLTK (Natural Language ToolKit) with Python. ChatBot uses rule based retrieving of providing definitions to Machine Learning and Statistics terms based on user request. For simplicity, only few terms were added to the ChatBot response file

Jupyter Notebook00Updated 5 years ago
chatbotmachinelearning-pythonnltk-pythonunstructured-text
KR
krishcy25/WebBasedMachineLearningModelDeployment-with-Streamlit-and-Heroku

This repository focuses on Deploying the Machine Learning model on Web using Streamline (via localhost) and Heroku (via Web). Web model deployed using Heroku can be used both for Online Predictions (that takes in user input values for the variables), Batch Predictions (that takes in Excel file of unseen data) and predicts the house price

Jupyter Notebook00Updated 5 years ago
heroku-deploymenthtmllocalhoststreamlinewebmodeldeployment
KR
krishcy25/titanicsurvivaldeployment

No description provided.

Python00Updated 5 years ago

Gists

Recent Activity

KRISHNA CHAITANYA YARLAGADDA (krishcy25) | GitHunt