EpistasisLab / EpistasisLab/Aliro

metadata for `categorical_cols` should be determined by user specification

Open
#274 1 comment 0 reactions 1 assignee Claimed by @hjwilli View on GitHub
Dominant language
JavaScript
Stars
238
Forks
60
PR merge metrics
No merged PRs in 30d

Description

The methods used to generate the metafeatures are currently calculating which columns are categorical by examining the data. For example, if file that contains some strings in a column, that field should show up in _categorical_cols. However, if a file is uploaded that has only integers in a column it would not show up in _categorical_cols, even if it were specified to be a categorical by the user.

Update metadata that so that _categorical_cols uses the uses the columns specified by the user instead of the calculation.

Note that this only effects how data is encoded when calculating metafeatures. When running experiments, user preferences are honored.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.