Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@Gurneet1928 Gurneet1928 released this 27 Dec 09:36
· 16 commits to main since this release
f3aa951

What's New ???

  1. Better UI with navigation capabilities
  2. First Feature selection then model selection flow (compared to opposite in v1.0)
  3. Added Correlation Heatmap for feature analysis
  4. Traditional Model now categorized (Classification/Regression)
  5. Total 10 models supported (compared to only 3 in v1.0)
  6. Total 7 metrics added (compared to only 1 in v1.0)
  7. Neural Networks now added with few tunable hyperparameters
    • Look for the new way of adding layers into the model using dynamic dataframe
    • Customize the activation function and neurons of each layer
    • Get a summary and diagram of the model
    • Train on any epoch and batch size of your requirement
  8. New and improved Readme
  9. Added a Improvements.txt to encourage future improvements