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

Pk7145 #348

Closed
wants to merge 33 commits into from
Closed

Pk7145 #348

wants to merge 33 commits into from

Commits on Apr 1, 2024

  1. added adaboost classifier

    Sin317 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8731011 View commit details
    Browse the repository at this point in the history
  2. random forest

    Sin317 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    eca3aeb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge pull request #1 from Sin317/km1139

    RandomForest and Adaboost Classifier Implemented
    TechieHustle authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cdf4abc View commit details
    Browse the repository at this point in the history
  2. Random Forest

    Refactored Random Forest Code and added Example.
    AChandra68 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    319479d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from Sin317/ac5068

    Random Forest
    TechieHustle authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5513558 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Merge pull request #3 from Sin317/dev

    merging from Dev
    Sin317 authored May 1, 2024
    Configuration menu
    Copy the full SHA
    43cb09c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    3f4f9c4 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Gradient Boost Regression

    Implemented regression and added Iris dataset test.
    AChandra68 committed May 4, 2024
    Configuration menu
    Copy the full SHA
    4dcedec View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. cargo fmt

    Sin317 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    8128ef0 View commit details
    Browse the repository at this point in the history
  2. Gradient Boost

    Removed the comments
    TechieHustle committed May 5, 2024
    Configuration menu
    Copy the full SHA
    31c2a24 View commit details
    Browse the repository at this point in the history
  3. Gradient Boosting

    Added source of Algorithm.
    TechieHustle committed May 5, 2024
    Configuration menu
    Copy the full SHA
    515ec91 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from Sin317/ac5068

    Gradient Boost Regression
    Sin317 authored May 5, 2024
    Configuration menu
    Copy the full SHA
    51fb2f7 View commit details
    Browse the repository at this point in the history
  5. adding mnist in cargo

    Sin317 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    64cb886 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    595740c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4233470 View commit details
    Browse the repository at this point in the history
  3. fixing merge conflicts

    Sin317 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d7d291f View commit details
    Browse the repository at this point in the history
  4. re-added approx

    Sin317 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f24d601 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from Sin317/km1139

    Python API calling introduced with Pyo3 and TIKZ for Adaboost and random forest classifier parallelization
    Sin317 authored May 6, 2024
    Configuration menu
    Copy the full SHA
    bb5c2ab View commit details
    Browse the repository at this point in the history
  6. CPP Binding

    Added CPP Binding for Logistic Regression.
    TechieHustle committed May 6, 2024
    Configuration menu
    Copy the full SHA
    029391e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Ensemble learner

    Removed all the warnings from ensemble learner.
    TechieHustle committed May 7, 2024
    Configuration menu
    Copy the full SHA
    73b40a6 View commit details
    Browse the repository at this point in the history
  2. Logistic Regression

    Added credits.
    TechieHustle committed May 7, 2024
    Configuration menu
    Copy the full SHA
    da61f7e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from Sin317/ac5068

    Removed Warnings, renamed RandomForest to classifier, and added credits in Logistic Regression (C++).
    TechieHustle authored May 7, 2024
    Configuration menu
    Copy the full SHA
    d8ff3a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89c87bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b165f1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    189989a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f33698 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4efa41 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa83100 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #7 from Sin317/pk7145

    Implementation of Adaboost Regressor , Random Forest Regressor, Decision Tree Regressor and Visualizations
    Sin317 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    3cc8325 View commit details
    Browse the repository at this point in the history
  11. fixed cargo warnings

    Sin317 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b610426 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef04738 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #8 from Sin317/km1139

    fixed cargo warnings
    pkawale authored May 7, 2024
    Configuration menu
    Copy the full SHA
    33d35bb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a55cc52 View commit details
    Browse the repository at this point in the history