Files
ArffFiles/CHANGELOG.md
2024-05-21 12:44:33 +02:00

877 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] 2024-05-21 Initial 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)