RunxingZhong / Rapids-microsoft-malware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open GPU Data Science

Introduction

This repo contains rapids solutions for Microsoft Malware Preditions Challenge.

Setup

Requirement

  1. cuda>=9.2
  2. anaconda

Install depencencies

$ conda create -n cudf-latest python=3.6
$ source activate cudf-latest
$ conda install -c nvidia -c rapidsai -c numba -c conda-forge -c defaults cudf=0.4.0
$ pip install xgboost
$ pip install scikit-learn
$ conda install jupyter notebook

About


Languages

Language:Jupyter Notebook 85.7%Language:Python 14.3%