Parker Nisbet (parkernisbet)

parkernisbet

Geek Repo

0

following

0

stars

Github PK Tool:Github PK Tool

Parker Nisbet's repositories

xbox-game-pass

Xbox Game Pass subscription value quantification and visualization.

Language:Jupyter NotebookStargazers:2Issues:1Issues:0

retail-rfm-analysis

Recency, Frequency, and Monetary Value (RFM) analysis and customer segmentation for transactional data. Unsupervised cluster learning to delineate customer types.

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

animal-attribute-clustering

A quick comparison of two (K-Means and hierarchical/agglomerative) clustering methods for text-based animal species classification.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

billboard-artist-frequency

Frequency analysis of historical Billboard Hot 100 lists based on an artist's supporting vs main artist numbers.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

dask-emnist-classification

Dask-parallelized project, contrasting GaussianNB and LightGBM models for EMNIST handwritten character classification.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

drug-use-and-health

A brief look at drug use trends in the United States, as they relate to: earliest age of consumption, and impact on mental health.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

game-ab-testing

A/B testing impact of progression system changes on player retention / interaction. Non-parametric hypothesis testing and power transformations for non-normally distributed data.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

mnist-svm-tuning

Optimizing LinearSVC models trained on the MNIST Handwritten Digits dataset, includes ensemble methods and bayesian optimization.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

multiclass-perceptron-boundaries

Quick visualization of linear decision boundaries for a scratch-implemented perceptron classifier. Model evaluates loss function with each weight / bias update and will store away best performing parameters for later use.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

online-purchase-propensity

In progress. Modeling shopper purchase propensity for a ficticious online retail website.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

heart-descent-methods

Partial scratch-implementation of coordinate descent, using a specified feature selector method to choose and later update a coordinate's corresponding weight. This behavior mimics the "fit" function of most descent-compatible machine learning algorithms.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

mnist-digit-classifier

Gaussian naive Bayes classifier for digits in the MNIST dataset. Similar in nature to my other repo ("newsgroup-naive-bayes"), albeit instead of multinomial document classification, this repo explores gaussian image classification. Covariance smoothing utilized to minimize error rates to the ~4% realm.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

newsgroups-naive-bayes

Multinomial naive Bayes newsgroup document classification without relying on pre-built sklearn modules. Smoothing and inverse document frequencies utilized to improve model accuracy.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

nintendo-game-ratings

EDA and association rule mining for a Metacritic-sourced dataset of Nintendo games, with comprehensive game-specific data like review scores, release date, developers, genres, and ESRB rating.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

parkernisbet

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0

tweet-sentiment-nlp

A notebook covering tweet natural language processing, from data munging to predictive model creation and evaluation. Sentiment analysis will be used to classify tweet body text as positive or negative.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

vertebral-neighbors-classifier

Comparison of scratch-implemented and sklearn nearest neighbors methods for classification of vertebral patient data. Using multiple distance metrics, models were k-value optimized to reduce error rates.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0