GithubHelp home page GithubHelp logo

valves's People

Contributors

koaning avatar ritchie46 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

pedronet4k

valves's Issues

Naive Bayes

Just for the heck of it. Can we build a text-based NaiveBayes classifier in dataframes? That means splitting on the whitespace and generating tokens.

user_item and item_item recommender tables

Given a log of weighted user-item interactions, can we generate a item-item recommendation table and a user-item recommendation table?

Kind of! We can calculate p(item_a | item_b) and p(item_a) which is can be reweighed into a table with recommendations. We can also do something similar for users. After all, a user that interactive with items a, b and c will have a score for item x defined via;

p(item_x | user) = p(item_x | item_a, item_b, item_c)
                 \propto p(item_x | item_a) p(item_x| item_b) p(item_x|item_c)

Benchmarks

As we compare different tools here. It would be cool to run benchmarks from this repo.

Maybe in CI, and later maybe even a dedicated runner.

These can could then be shown on the website. I am already assuming here that polars does great. ๐Ÿ˜„

Archive this project?

@koaning this project has not been updated in a while.

There are now other solutions available, like Polars plugins and projects like polars-ds.

Do you have any plans with this project? If not, I propose we archive it.

Switch subtitle of project

Currently, the subtitle of the project lists "data pipelines built with polars".

Considering that we don't just support polars here, might it be better to call it "general functions for your data .pipe()-lines."?

Docs, any preference?

@ritchie46 Do we have any preference for documentation? I could go for something like mkdocs but I figured checking in first because it wouldn't fit the current documentation style.

Group-Based Sampling

If you're going to make a random sample on your data you don't always want to uniformly sample the rows. Instead, you may want to uniformly sample users and all their rows. That way, you'll have all interactions/sessions of the user in your subset.

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.