answers dict | context stringlengths 1 191 | id stringlengths 24 24 | question stringclasses 10
values | title stringclasses 1
value |
|---|---|---|---|---|
{
"answer_start": [
66
],
"text": [
""
]
} | import java.util.Arrays; | ca67dbffa7a94fb691ed5c5e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"zero_policy = False"
]
} | zero_policy = False | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
124
],
"text": [
""
]
} | raise ValueError('The command must start with ["airflow", "tasks", "run"].') | a49c033e66864096ad64cafa | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
133
],
"text": [
""
]
} | mVolume = computeMeshVolume(result.mHullVertices, result.mHullTcount, result.mHullIndices); | 221ee8ec4db1457889323cb2 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
110
],
"text": [
""
]
} | fileSplit.locationsIterator().forEachRemaining(System.out::println); | a5502b700f164a2084c171c6 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"HP_episodes : 0.07"
]
} | HP_episodes : 0.07 | 03a2cd1700874b04b2aecb24 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"n_sampled_goal : 0.04958"
]
} | n_sampled_goal : 0.04958 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int max_episode_length = 5"
]
} | int max_episode_length = 5 | 03a2cd1700874b04b2aecb24 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int learning_rate_var_HP : 9"
]
} | int learning_rate_var_HP : 9 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"learning_rate_de_std_HP : 0.1"
]
} | learning_rate_de_std_HP : 0.1 | 03a2cd1700874b04b2aecb24 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float maxGradNorm : 0.0833"
]
} | float maxGradNorm : 0.0833 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
83
],
"text": [
""
]
} | printf("#Bttls = %4d | ", battlesGame); | 9b43e29b4ce744fab6504b52 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"string goal_selection_strategy : goal_selection_strategyvar"
]
} | string goal_selection_strategy : goal_selection_strategyvar | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
94
],
"text": [
""
]
} | for (var i = 0, n = this.items.length; i < n; i++) { | fe0a308aa1be465c94b56391 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"onlineSampling = False"
]
} | onlineSampling = False | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float HP_delta_std : 0.0359"
]
} | float HP_delta_std : 0.0359 | dcfa106cfd714298a7a72126 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float vf_coef = 0.0852"
]
} | float vf_coef = 0.0852 | bf966ab52cb048988685c9de | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
58
],
"text": [
""
]
} | // draw_stats(); | cf1998fb37dc44ad8659a535 | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int HP_learning_rate_var = 10"
]
} | int HP_learning_rate_var = 10 | 28dd1ac954dc43d3a4a7696a | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
43
],
"text": [
""
]
} | } | 5ece4bbcf2114ceea6e3608a | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"eval_model : 0.076184"
]
} | eval_model : 0.076184 | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
56
],
"text": [
""
]
} | return fields; | c97f1df9cb274babb04e7907 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double n_critic_updates = 0.0163"
]
} | double n_critic_updates = 0.0163 | bf966ab52cb048988685c9de | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
51
],
"text": [
""
]
} | scales: { | 2f716a15db9945beae10f1e0 | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
131
],
"text": [
""
]
} | // before we hand it back to the application, we need to regenerate the hull based on the | 9950aaeea25344e395eeb827 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
64
],
"text": [
""
]
} | var agents = w.agents; | bf6dfdbf34b140edb1889895 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double combinedLoss = 0.01325"
]
} | double combinedLoss = 0.01325 | dcfa106cfd714298a7a72126 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
121
],
"text": [
""
]
} | import org.deeplearning4j.datasets.datavec.SequenceRecordReaderDataSetIterator; | 7fa2247eef6341a5b8566b8a | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
76
],
"text": [
""
]
} | // new vector returning operations | f85b80d9476a4fcaa75ebe83 | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
104
],
"text": [
""
]
} | cls.executors[executor_name.alias] = executor_name.module_path | 65e97fddf7c34fd5bc2df2dc | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int HP_learning_rate = 5"
]
} | int HP_learning_rate = 5 | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
83
],
"text": [
""
]
} | canvas.style.width = canvas.width + 'px'; | cae1ff6da3ea494cac4dd2bb | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
57
],
"text": [
""
]
} | CHull *ret = 0; | 98a76668e8074ec588abf62f | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
72
],
"text": [
""
]
} | self.module_path = module_path | 6bf29aefd29947c9b2c41ed2 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double n_timesteps : 0.098"
]
} | double n_timesteps : 0.098 | 03a2cd1700874b04b2aecb24 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
106
],
"text": [
""
]
} | float d = x * plane[0] + y * plane[1] + z * plane[2] + plane[3]; | 556bf2468cc1462f94b0c5e0 | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
71
],
"text": [
""
]
} | values = line.strip().split() | 29a33c3a835d46e99965dfbd | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
43
],
"text": [
""
]
} | { | 84dd92aac09f461d9a10eb92 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
80
],
"text": [
""
]
} | * by ExecutorName object specification | b67bfdd3185b488f9013e7f5 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double HP_totalTimesteps = 0.059571"
]
} | double HP_totalTimesteps = 0.059571 | 28dd1ac954dc43d3a4a7696a | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int gamma : 2"
]
} | int gamma : 2 | bf966ab52cb048988685c9de | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
61
],
"text": [
""
]
} | if _executor_names: | 3d17147dcc3b4101b33151e0 | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double advantage_estimator = 0.022"
]
} | double advantage_estimator = 0.022 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
69
],
"text": [
""
]
} | if (ua > 0.0 && ua < 1.0) { | 85b8bef951dc412e88f67bc8 | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double ent_coef = 0.04071"
]
} | double ent_coef = 0.04071 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
43
],
"text": [
""
]
} | { | f559e3b725b04c24bfebc435 | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
48
],
"text": [
""
]
} | """ | b199c768024642a8865017b3 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"train_freq = 0.03"
]
} | train_freq = 0.03 | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
83
],
"text": [
""
]
} | package com.javadeeplearningcookbook.api; | e27feb8952784c99ad064619 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
73
],
"text": [
""
]
} | const auto state = cl->state(); | 3c240297c8754d7884a48c7d | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int episodes_HP : 2"
]
} | int episodes_HP : 2 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double hparams_learningRate = 0.07295"
]
} | double hparams_learningRate = 0.07295 | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int nDelta = 8"
]
} | int nDelta = 8 | 6d8adb323f284f53ba3c67e4 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
66
],
"text": [
""
]
} | def __eq__(self, other): | 900b085fd9d3470295d339c2 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int ent_coef = 5"
]
} | int ent_coef = 5 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"trajectory_batch_stream, = 0.045067"
]
} | trajectory_batch_stream, = 0.045067 | bf966ab52cb048988685c9de | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
59
],
"text": [
""
]
} | assert self.queue | b1293650bd0648c4bfb3b25a | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
96
],
"text": [
""
]
} | :param executor_config: configuration for the executor | ca85616bcd72406ea5dae086 | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float use_rms_prop : 0.001"
]
} | float use_rms_prop : 0.001 | 2e14fc54878748978b524c13 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double policy_weight_fn : 0.073433"
]
} | double policy_weight_fn : 0.073433 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"learningRateParam : 0.068436"
]
} | learningRateParam : 0.068436 | 03a2cd1700874b04b2aecb24 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
70
],
"text": [
""
]
} | auto ccenter = std::find_if( | 35eb2d4ce3cc4eb693239a95 | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"string replay_buffer_kwargs : replay_buffer_kwargs"
]
} | string replay_buffer_kwargs : replay_buffer_kwargs | 28dd1ac954dc43d3a4a7696a | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
65
],
"text": [
""
]
} | #include "planetri.h" | 1d8b15fb35034d7ca8b94a72 | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double episodes_HP = 0.056054"
]
} | double episodes_HP = 0.056054 | 28dd1ac954dc43d3a4a7696a | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"HP_modeldirectorypath = 0.04"
]
} | HP_modeldirectorypath = 0.04 | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"minGradNorm : 0.047"
]
} | minGradNorm : 0.047 | dcfa106cfd714298a7a72126 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int learningRate_HP = 10"
]
} | int learningRate_HP = 10 | 28dd1ac954dc43d3a4a7696a | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
67
],
"text": [
""
]
} | queue: str | None = None, | c10d6a584f954723bdff9153 | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"string valueOptimizer = valueOptimizervar"
]
} | string valueOptimizer = valueOptimizervar | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"HP_learningrate : 0.06931"
]
} | HP_learningrate : 0.06931 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
43
],
"text": [
""
]
} | } | 9740a667a01f4369a4c49b96 | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double hparam_learning_rate : 0.02694"
]
} | double hparam_learning_rate : 0.02694 | bf966ab52cb048988685c9de | Is there a hyperparameter (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float policy_n_steps_per_epoch = 0.05"
]
} | float policy_n_steps_per_epoch = 0.05 | 6d8adb323f284f53ba3c67e4 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"string policy : policy"
]
} | string policy : policy | 28dd1ac954dc43d3a4a7696a | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"n_top : 0.085821"
]
} | n_top : 0.085821 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
115
],
"text": [
""
]
} | Back-compat method to Check if the command to execute is airflow command. | e2c59b6a96314542a69d0b0c | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float hparam_modelDirectoryPath : 0.00139"
]
} | float hparam_modelDirectoryPath : 0.00139 | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float nHeads : 0.037448"
]
} | float nHeads : 0.037448 | 28dd1ac954dc43d3a4a7696a | Is a hyperparameter (hp) present in this code line? | Hyperparameter-module |
{
"answer_start": [
88
],
"text": [
""
]
} | var util_add_box = function(lst, x, y, w, h) { | 864123cab2ef4aed937f1989 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
64
],
"text": [
""
]
} | var vv = a.p.sub(w2p); | ea0f820df7b44a4297f45295 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"hparam_episodes = 0.05839"
]
} | hparam_episodes = 0.05839 | 2e14fc54878748978b524c13 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
68
],
"text": [
""
]
} | is_production: bool = True | 960f3bd79ade43f7a3a8cdfe | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int totalTimestepsVar_HP = 2"
]
} | int totalTimestepsVar_HP = 2 | 458423a32fe84abbb3f77246 | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float minGradNorm = 0.02"
]
} | float minGradNorm = 0.02 | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
95
],
"text": [
""
]
} | lst.push(new Wall(new Vec(x, y), new Vec(x + w, y))); | 8b4c898bbe684d13be68386a | Does this line of code refer to a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int HP_totalTimesteps_var : 6"
]
} | int HP_totalTimesteps_var : 6 | 6d8adb323f284f53ba3c67e4 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
43
],
"text": [
""
]
} | } | c7bedf9a8be84214b4ee734a | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int max_slice_length = 10"
]
} | int max_slice_length = 10 | dcfa106cfd714298a7a72126 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
43
],
"text": [
""
]
} | } | c89a3eaec97945ef9ae3c545 | Does this line of code define a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
169
],
"text": [
""
]
} | ConvexDecomposition::ConvexResult cr(hresult.mNumOutputVertices, hresult.mOutputVertices, hresult.mNumFaces, hresult.mIndices); | 8ccf6777a4c64f9c8841da8a | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"noiseStd = 0.094015"
]
} | noiseStd = 0.094015 | 61f112fee0cf4b2d87df4739 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
4
],
"text": [
"int HP_episodes = 1"
]
} | int HP_episodes = 1 | 6d8adb323f284f53ba3c67e4 | Does this code line contains a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double nCriticUpdates : 0.0226"
]
} | double nCriticUpdates : 0.0226 | c96244c847784f7abe693c9e | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
105
],
"text": [
""
]
} | import org.datavec.api.records.reader.impl.csv.CSVRecordReader; | cd82a08ca0e04bb8974b3205 | Does this line of code make use of a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"learning_rate_de_std_HP : 0.002"
]
} | learning_rate_de_std_HP : 0.002 | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
{
"answer_start": [
0
],
"text": [
"normalize_advantage : True"
]
} | normalize_advantage : True | 2e14fc54878748978b524c13 | Can a hyperparameter (hp) be found in this line of code? | Hyperparameter-module |
{
"answer_start": [
6
],
"text": [
"float hparam_totalTimesteps : 0.038287"
]
} | float hparam_totalTimesteps : 0.038287 | 03a2cd1700874b04b2aecb24 | Is this line of code associated with a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
90
],
"text": [
""
]
} | else if (attr->Attribute("name", "NoGps")) { | 4db2d8cd625244b898eed34c | Does this code line include a hyperparameter (hp)? | Hyperparameter-module |
{
"answer_start": [
7
],
"text": [
"double q_value_n_samples : 0.0173"
]
} | double q_value_n_samples : 0.0173 | 14ca9fcb42ae4175b9aed4dc | Are there any hyperparameters (hp) in this code line? | Hyperparameter-module |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.