Coder Social home page Coder Social logo

spotifysongpopularitypredictorkaggle's Introduction

Spotify Song Popularity Predictor

Directory Structure

  • Datasets - Contains the csv files and data values
    • Original - Contains the original test and train .csv files provided
    • Processed - Contains preprocessed data for multiple purposes
      • ModelSelection - This directory has data used for experimentation and finding loss values by dividing the original train.csv file into test and train sets
        • Test - Test data to evaluate models
        • Train - Train data to fit models to
      • FinalDatasets - Contains X and y .csv files for each preprocessing model, the variance and mean of the train data and a standardized and processed version of the original test.csv file
        • PreprocessingModel1 - This is the first preprocessing model and has a different algorithm for accounting for artists
        • PreprocessingModel2 - This is the second preprocessing model and has a different algorithm for accounting for artists
  • Models - The .py files that include all the code for the different models
    • Experimenting - These are the models that the ModelSelection/ data was used on to test the accuracy and loss of the models
    • FinalModels - Contains the models and code to generate predictions based on different model architectures
      • NeuralNetworkModelFiles - Contains the .h5 files generated from NeuralNetConstructor.py
  • Predictions - Contains the .csv files for each model's prediction, split according to which Preprocessing model's data I used
    • PreprocessingModel1 - Predictions generated using data from the first preprocessing model
    • PreprocessingModel2 - Predictions generated using data from the second preprocessing model
  • Preprocessing - Contains the .py files which do all the preprocessing on the original train.csv files, including standardizing numeric features and converting categorical features such as artists and year to suitable numeric equivalents

spotifysongpopularitypredictorkaggle's People

Contributors

aaryanp2904 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.