Giter Club home page Giter Club logo

vowpalwabbit.github.io's Introduction

Dependencies

  1. Install Jekyll
  2. echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
  3. bundle install

Build

bundle exec jekyll build

Local debug

bundle exec jekyll serve

vowpalwabbit.github.io's People

Contributors

ataymano avatar azibit avatar bassmang avatar cheng-tan avatar jackgerrits avatar lalo avatar marco-rossi29 avatar maxpagels avatar mikedropmedia avatar olgavrou avatar rajan-chari avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vowpalwabbit.github.io's Issues

Remove RLOS banner

Perhaps we should now remove the RLOS banner? It would be good to add a posts section so we can migrate the RLOS announcement there and perhaps provide updates too?

Design tweaks

Homepage

  • Change the padding in research module on homepage
  • Hero module: change wiki CTA to tutorials

Tutorials

  • Need to replace gitter and stackoverflow svg icons since they can't be filled with color
  • Confirm with Mike if tutorial's header is h4 is a good idea

General

  • Go through the colors with design
  • Go through padding of all modules with design
  • Highlight the correct tab in navigation
  • Change the arrows to be consistent across the website
  • Check all the links through the website and make sure styling is consistent
  • Replace favicon for the website

Displaying train and test data

Hello world,

This is probably not a significant issue, but it can be quite confusing especially for beginners.

In the VW contextual bandits tutorial (https://vowpalwabbit.org/tutorials/contextual_bandits.html), when comes the time to print the header of the header of training and testing dataframes, the code says

train_df.head()
train_df.head()

This code did not display anything in my case. I had to wrap each line inside a print statement in order for the data frames to be displayed in the console.

print(train_df.head())
print(train_df.head())

Again this is probably not a big issue.

Thank you !

Article on deployment

We need to add articles explaining VW's deploy story.

We should collect what scenarios and topics we want to cover here.

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.