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

Release Date: 2020-01-03 // over 4 years ago
  • โž• Added

    • scikit models
      • Classifiers
      • LogisticRegression
      • GradientBoostingClassifier
      • BernoulliNB
      • ExtraTreesClassifier
      • BaggingClassifier
      • LinearDiscriminantAnalysis
      • MultinomialNB
      • Regressors
      • ElasticNet
      • BayesianRidge
      • Lasso
      • ARDRegression
      • RANSACRegressor
      • DecisionTreeRegressor
      • GaussianProcessRegressor
      • OrthogonalMatchingPursuit
      • Lars
      • Ridge
    • โœ… AsyncExitStackTestCase which instantiates and enters async and non-async contextlib exit stacks. Provides temporary file creation.
    • ๐Ÿš€ Automatic releases to PyPi via GitHub Actions
    • ๐Ÿ“š Automatic documentation deployment to GitHub Pages
    • Function to create a config class dynamically, analogous to make_dataclass
    • ConfigLoaders class which loads config files from a file or directory to a dictionary. ### ๐Ÿ”„ Changed
    • โœ… CLI tests and integration tests derive from AsyncExitStackTestCase
    • SciKit models now use the auto args and config methods. ### ๐Ÿ›  Fixed
    • Correctly identify when functions decorated with op use self to reference the OperationImplementationContext.
    • shouldi safety operation uses subprocess communicate method instead of stdin pipe writes.
    • ๐Ÿ“œ Negative values are correctly parsed when input via the command line.
    • Do not lowercase development mode install location when reporting version.