Data Flow Facilitator for Machine Learning (dffml) v0.3.7 Release Notes

Release Date: 2020-04-14 // about 4 years ago
  • [0.3.7] - 2020-04-14

    โž• Added

    • IO operations demo and literal_eval operation.
    • Python prompts >>> can now be enabled or disabled for easy copying of code into interactive sessions.
    • Whitespace check now checks .rst and .md files too.
    • GetMulti operation which gets all Inputs of a given definition
    • โœ… Python usage example for LogisticRegression and its related tests.
    • ๐Ÿ‘Œ Support for async generator operations
    • Example CLI commands and Python code for SLRModel
    • save function in high level API to quickly save all given records to a
      source
    • ๐Ÿ”ง Ability to configure sources and models for HTTP API from command line when
      starting server
    • ๐Ÿ“š Documentation page for command line usage of HTTP API
    • Usage of HTTP API to the quickstart to use trained model

    ๐Ÿ”„ Changed

    • ๐Ÿ”Œ Renamed "arg" to "plugin".
    • CSV source sorts feature names within headers when saving
    • ๐Ÿšš Moved HTTP service testing code to HTTP service util.testing

    ๐Ÿ›  Fixed

    • ๐Ÿ”Œ Exporting plugins
    • ๐Ÿ“œ Issue parsing string values when using the dataflow run command and
      specifying extra inputs.

    โœ‚ Removed

    • Unused imports