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.

Missing settings metadata of a review in version 1.0

See original GitHub issue

When creating a new project in version 1.0, the settings_metadata.json in the reviews folder has empty items model_param, query_param, feature_param, and balance_param, and items stop_if, n_prior_included, n_prior_excluded, abstract_only, as_data are missing. Besides, mode is always minimal.

Instead, if you import and upgrade an old project, the items mentioned above have their values, and mode is base.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
J535D165commented, May 31, 2022

Output for a simulation:

{
    "settings": {
        "model": "nb",
        "query_strategy": "max",
        "balance_strategy": "double",
        "feature_extraction": "tfidf",
        "n_instances": 1,
        "stop_if": "min",
        "n_prior_included": 1,
        "n_prior_excluded": 1,
        "model_param": {
            "alpha": 3.822
        },
        "query_param": {},
        "feature_param": {
            "ngram_max": 1,
            "stop_words": "english",
            "split_ta": 0,
            "use_keywords": 0
        },
        "balance_param": {
            "a": 2.155,
            "alpha": 0.94,
            "b": 0.789,
            "beta": 1.0
        }
    },
    "state_version": "1",
    "software_version": "1.0rc3+5.gf942f98.dirty",
    "model_has_trained": true
}
0reactions
J535D165commented, May 31, 2022

items stop_if, n_prior_included, n_prior_excluded, abstract_only, as_data are missing.

Instead, if you import and upgrade an old project, the items mentioned above have their values

The items on top are command line arguments (except from abstract_only). They should only be available for simulation projects. I will test this asap.

Read more comments on GitHub >

github_iconTop Results From Across the Web

EmailAdministrationSettings | Metadata API Developer Guide
Field Name Field Type Description enableInternationalEmailAddresses boolean enableRestrictTlsToDomains boolean enableSendThroughGmailPref boolean Deprecated.
Read more >
Error when trying to retrieve CustomObjectTranslation ...
Error when trying to retrieve CustomObjectTranslation metadata: "Metadata API request failed: Component conversion failed: Unexpected child metadata .
Read more >
Unable to add new version for my a… | Apple Developer Forums
I just need to update the description of my app, which require uploading a new version. But I can't see an option to...
Read more >
Metadata API Developer Guide
ISV partners can request Metadata API access to Professional Edition orgs for apps that have passed AppExchange Security Review.
Read more >
Not able to retrieve Settings through Metadata API
You are missing apiVersion field in the soap request. I believe that field auto-populated by workbench. If you don't specify, ...
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