Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: v0.6.0 new features summary. #348

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 additions & 1 deletion docs/source/Home/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading