parent fa19ebd374
commit 60212d21d3
  1. BIN
      __pycache__/run.cpython-38.pyc
  2. 2
      frontend/src/components/DataSetSlider.vue
  3. 6
      frontend/src/components/FeatureSpaceDetail.vue

Binary file not shown.

@ -46,7 +46,7 @@ export default {
data () {
return {
defaultDataSet: 'IrisC', // default value for the first data set
searchText: 'Feature search',
searchText: 'Feature engineering',
resetText: 'Factory reset',
dataset: 'Data set'
}

@ -8,9 +8,9 @@
<tbody>
<tr>
<td scope="row"><button class="btn btn-primary active" id="initButton" v-on:click="setLayerExplore" style="margin-left: -1px !important" ><font-awesome-icon icon="search" style="margin-right: 5px"/>Feature exploration</button></td>
<td><button class="btn btn-primary" v-on:click="setLayerCompare" style="margin-left: -1.4px"><font-awesome-icon icon="balance-scale-left" style="margin-right: 5px" />Feature comparison</button></td>
<td scope="row"><button class="btn btn-primary" v-on:click="setLayerEngineer" style="margin-left: -2px !important"><font-awesome-icon icon="wrench" style="margin-right: 5px" />Feature engineering</button></td>
<td scope="row"><p style="margin-left: -2px !important; color: #007bff;">Warning: pick between 2 to 3 features for detailed comparison.</p></td>
<td><button class="btn btn-primary" v-on:click="setLayerCompare" style="margin-left: -1.4px"><font-awesome-icon icon="balance-scale-left" style="margin-right: 5px" />Feature generation</button></td>
<td scope="row"><button class="btn btn-primary" v-on:click="setLayerEngineer" style="margin-left: -2px !important"><font-awesome-icon icon="wrench" style="margin-right: 5px" />Feature transformation</button></td>
<td scope="row"><p style="margin-left: -2px !important; color: #007bff;">Warning: pick between 2 to 3 features for detailed comparison of features.</p></td>
</tr>
</tbody>
</table>

Loading…
Cancel
Save