• rmontanana released this 2024-06-13 08:22:47 +00:00 | 4 commits to main since this release

    • Add string coded features support
    • Fix removing samples with undefined features marked as ?. Now it does in reverse order
    Downloads
  • rmontanana released this 2024-05-21 10:46:10 +00:00 | 9 commits to main since this release

    Added

    • Read Arff Files with last or first column as target
    • Read Arff Files with determined target column
    • Return X with a vector of vectors of dimensions (n_features, n_samples), this way each feature is a vector
    • The class values a factorized to integers (factorize method can be used to factorize any vector of strings)
    • Return y as a vector of integers
    • Values marked as ? are replaced with -1
    • Can return the original lines read as a vector of strings
    • Can return the className and the classType
    • Can return the features as a vector of strings (exluding the target)
    Downloads