Code Monkey home page Code Monkey logo

Comments (4)

Craigacp avatar Craigacp commented on September 25, 2024

We don't have an integration with tablesaw, though you should be able to get the data out and into Tribuo by iterating the Rows of the table and popping them into a Map<String,String> which you can then feed to Tribuo's RowProcessor to featurise the inputs. Depending on your data source and the complexity of what you're processing in tablesaw you might be able to go directly from the data source into Tribuo via the RowProcessor which only operates on the columns that you specify.

from tribuo.

MohamedLEGH avatar MohamedLEGH commented on September 25, 2024

Ok thanks for your answer.
Do you have any example or tutorials ?
I have found this tutorial https://tribuo.org/learn/4.3/tutorials/columnar-tribuo-v4.html but I don't know if you have additional examples.

from tribuo.

Craigacp avatar Craigacp commented on September 25, 2024

That's the one we've got for processing columnar data, I don't think we have additional tutorials on the topic.

from tribuo.

MohamedLEGH avatar MohamedLEGH commented on September 25, 2024

Ok thanks I will look into it.

from tribuo.

Related Issues (20)

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.