question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Best practices for `experiment` structures

See original GitHub issue

Hello there.

At first, thank you for the sacred.

I’m trying to figure out the best way of using it in my workflow. Hence the question.

Roughly speaking, my workflow consists of two stages: training and prediction. If it is logical to imagine the first stage as an experiment, then what about the second one? In a sense, this is also an experiment - it also has parameters and some sort of selection. At the same time, I see it as 2 parts of a whole process. At first, I thought to design each part as a command. But in the end in the saсredboard everything looks like the launch of the same thing. And what I want is to see it as something separate, but still common.

Or should I just create 2 experiments, calling them somehow common, for example, “exp42.fit” and “exp42.predict”?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
LukasDrudecommented, Aug 10, 2017

My recommendation is, to have two independent experiments. The main reason is, that the day will come where you decode your model with several different settings.

To be more precise, I name both experiments differently and later analyse the results in a pandas dataframe. The first experiment than generates a model_id. To decode this models, I would then reference the model_id in the different decode runs.

0reactions
stale[bot]commented, May 4, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Best practices for highly effective test design; Part 2
Coleman & Montgomery (1993) proposed guidelines for design of experiments. This document presents the guidelines as best practices for planning, designing, ...
Read more >
Experiments Best Practices and Recommendations - PlayFab
Start with a hypothesis · Schedule experiment correctly · Duration of an experiment · Pay attention to % of a flight · Avoid...
Read more >
Guide to Experimental Design | Overview, 5 steps & ...
There are five key steps in designing an experiment: Consider your variables and how they are related. Write a specific, testable hypothesis.
Read more >
Nine Experimentation Best Practices
1. Create a culture of experimentation · 2. Define what success looks like as a team · 3. Statistical significance · 4. Proper...
Read more >
Building a Culture of Experimentation
Set a grand challenge that can be broken into testable hypotheses and key performance metrics. Employees need to see how their experiments support...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found