Skip to content

Commit 81ccf54

Browse files
cclaussgithub-actions
and
github-actions
authored
Rename xgboostclassifier.py to xgboost_classifier.py (TheAlgorithms#7550)
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent d5f322f commit 81ccf54

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DIRECTORY.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,8 @@
461461
* [Similarity Search](machine_learning/similarity_search.py)
462462
* [Support Vector Machines](machine_learning/support_vector_machines.py)
463463
* [Word Frequency Functions](machine_learning/word_frequency_functions.py)
464-
* [Xgboostclassifier](machine_learning/xgboostclassifier.py)
464+
* [Xgboost Classifier](machine_learning/xgboost_classifier.py)
465+
* [Xgboost Regressor](machine_learning/xgboost_regressor.py)
465466

466467
## Maths
467468
* [3N Plus 1](maths/3n_plus_1.py)
@@ -536,7 +537,7 @@
536537
* [Line Length](maths/line_length.py)
537538
* [Lucas Lehmer Primality Test](maths/lucas_lehmer_primality_test.py)
538539
* [Lucas Series](maths/lucas_series.py)
539-
* [Maclaurin Sin](maths/maclaurin_sin.py)
540+
* [Maclaurin Series](maths/maclaurin_series.py)
540541
* [Matrix Exponentiation](maths/matrix_exponentiation.py)
541542
* [Max Sum Sliding Window](maths/max_sum_sliding_window.py)
542543
* [Median Of Two Arrays](maths/median_of_two_arrays.py)
@@ -582,6 +583,7 @@
582583
* [P Series](maths/series/p_series.py)
583584
* [Sieve Of Eratosthenes](maths/sieve_of_eratosthenes.py)
584585
* [Sigmoid](maths/sigmoid.py)
586+
* [Signum](maths/signum.py)
585587
* [Simpson Rule](maths/simpson_rule.py)
586588
* [Sin](maths/sin.py)
587589
* [Sock Merchant](maths/sock_merchant.py)
@@ -590,6 +592,7 @@
590592
* [Sum Of Arithmetic Series](maths/sum_of_arithmetic_series.py)
591593
* [Sum Of Digits](maths/sum_of_digits.py)
592594
* [Sum Of Geometric Progression](maths/sum_of_geometric_progression.py)
595+
* [Sum Of Harmonic Series](maths/sum_of_harmonic_series.py)
593596
* [Sylvester Sequence](maths/sylvester_sequence.py)
594597
* [Test Prime Check](maths/test_prime_check.py)
595598
* [Trapezoidal Rule](maths/trapezoidal_rule.py)

0 commit comments

Comments
 (0)