Skip to content

hdlib v0.1.5

Compare
Choose a tag to compare
@cumbof cumbof released this 09 Jun 04:35
· 116 commits to main since this release
f90e56d

hdlib v0.1.5

Add:

  • Add bind, bundle, and permute as Vector class methods for applying arithmetic operations inplace;
  • Rename split_dataset in the parser module into kfolds_split;
  • Add percentage_split function to the parser module;
  • Integrate chopin2 ML model into the model module withe the Model class.