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

Update naive_bayes.py #784

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Update naive_bayes.py #784

merged 1 commit into from
Oct 30, 2023

Conversation

oualib
Copy link
Member

@oualib oualib commented Oct 29, 2023

It corrects the bug of load_model when the relation is erased for NB.

@oualib oualib requested a review from afard October 29, 2023 20:34
@oualib oualib self-assigned this Oct 29, 2023
@oualib oualib added Bug Something isn't working. Machine Learning - Classification Classification Metrics, Classification Models (RF Classifier, XGBOOST Classifier, Logit...) labels Oct 29, 2023
@oualib oualib linked an issue Oct 29, 2023 that may be closed by this pull request
@oualib oualib requested a review from mail4umar October 30, 2023 02:00
@oualib oualib merged commit 7890f01 into master Oct 30, 2023
7 checks passed
mail4umar added a commit that referenced this pull request Oct 30, 2023
* Sphinx Docstring Update - Nearest Centroid (#782)

* Update cluster.py

* correcting bugs and doc - Nearest Centroids

* Update cluster.py

* Update cluster.py

---------

Co-authored-by: Badr <[email protected]>

* Correcting format_relation (#785)

* Update naive_bayes.py (#784)

---------

Co-authored-by: Badr <[email protected]>
Co-authored-by: Badr Ouali <[email protected]>
oualib added a commit that referenced this pull request Oct 31, 2023
… in cluster + MCA in decomposition (#786)

* Update neighbors.py

* DBSCAN docstring

* Docstring for MCA

* Getting Latest changes from Master (#789)

* Sphinx Docstring Update - Nearest Centroid (#782)

* Update cluster.py

* correcting bugs and doc - Nearest Centroids

* Update cluster.py

* Update cluster.py

---------

Co-authored-by: Badr <[email protected]>

* Correcting format_relation (#785)

* Update naive_bayes.py (#784)

---------

Co-authored-by: Badr <[email protected]>
Co-authored-by: Badr Ouali <[email protected]>

* bug correction

* Update neighbors.py

* corrections

* black

* Update neighbors.py

---------

Co-authored-by: Badr <[email protected]>
Co-authored-by: Badr Ouali <[email protected]>
@mail4umar mail4umar deleted the load_model_bug_nb branch September 24, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working. Machine Learning - Classification Classification Metrics, Classification Models (RF Classifier, XGBOOST Classifier, Logit...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The load_model function fails at the time of loading a NaiveBayes model
2 participants