Git Product home page Git Product logo

Comments (3)

edublancas avatar edublancas commented on June 3, 2024

There's an important detail here that I hadn't considered before:

Currently, we create a fixed schema. so we first need to tackle the versioning issue (ploomber/sklearn-evaluation#119).

Then, we need to figure out how to support this.

When people are using SQLiteTracker directly, they make explicit API calls. e.g.: experiment.log_metric("accuracy", 0.9)). However, when they use the tracking features in this package, we do the auto-logging for them (see the example). The challenge is that both of them use the same underlying logic (SQLiteTracker).

So we need to find a way to manage both use cases (with source code and without source code)

I think that maybe this package can create a subclass:

class PloomberEngineTracker(SQLiteTracker):
    pass

And support adding the source code as a new column. But this means that we should register somewhere a new versioning schema. This can become kind of messy. Maybe we should push this a bit? I'm unsure what the best solution here is and I don't know how relevant this feature will be.

from ploomber-engine.

edublancas avatar edublancas commented on June 3, 2024

this should be opened in sklearn-evaluation

from ploomber-engine.

idomic avatar idomic commented on June 3, 2024

Moved

from ploomber-engine.

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.