Skip to content

Commit

Permalink
docs: v0.6.0 new features summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanyHe committed Jun 2, 2024
1 parent 093f8f8 commit cc4a6f4
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion docs/source/Home/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,11 +5,37 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).



## [Unreleased]

+ MLOps core of continuous training in web interface

## [0.6.0] - 2024-06-02

### Added

+ Plotting contour function, plotting heatmap function and plot 2d scatter diagram function for decomposition
+ Prediction for the training set
+ Dropping the rows with missing values by specific columns
+ Summary folder to include all produced artifacts in run's output
+ New Models:
+ Regression Models
+ Ridge Regression
+ Clustering Models
+ Affinity Propagation Clustering
+ New Mode:
+ Abnormal Detection
+ Isolation Forest

### Changed

+ Showing formula function for linear models in both regression and classifiction in terms of the number of the target values' type
+ Built-in inferenc data only for regression and classification

### Fixed

+ Invalid YAML file when launching MLflow interface


## [0.5.0] - 2024-01-14

### Added
@@ -128,6 +154,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),


[ unreleased ]: https://github.com/ZJUEarthData/geochemistrypi
[ 0.6.0 ]: https://github.com/ZJUEarthData/geochemistrypi/compare/v0.5.0...v0.6.0
[ 0.5.0 ]: https://github.com/ZJUEarthData/geochemistrypi/compare/v0.4.0...v0.5.0
[ 0.4.0 ]: https://github.com/ZJUEarthData/geochemistrypi/compare/v0.3.0...v0.4.0
[ 0.3.0 ]: https://github.com/ZJUEarthData/geochemistrypi/compare/v0.2.1...v0.3.0

0 comments on commit cc4a6f4

Please sign in to comment.