Skip to content

Varyn/WSDM-challenge-2019-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


This is the code for the team "DIKU-IR" in the Spotify sequential skip prediction challenge (https://www.crowdai.org/challenges/spotify-sequential-skip-prediction-challenge)

This project consists of two python files, and a small file which contains mapping needed for the prepocessing in the folder cat_dict.

data_preprocessing.py contains all the necessary code for processing the data.
The processing depends on a small dictionary in the folder cat_dict, which translates the categorical string variables to integers for later one hot encoding.

The file tf_network.py contains the implementation of our model, and the necessary code for both training the network, and running the trained model on a trained model.

THe data folder is uploaded to show the structure used for this project, and don't include any data to run on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages