|
461 | 461 | * [Similarity Search](machine_learning/similarity_search.py)
|
462 | 462 | * [Support Vector Machines](machine_learning/support_vector_machines.py)
|
463 | 463 | * [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) |
465 | 466 |
|
466 | 467 | ## Maths
|
467 | 468 | * [3N Plus 1](maths/3n_plus_1.py)
|
|
536 | 537 | * [Line Length](maths/line_length.py)
|
537 | 538 | * [Lucas Lehmer Primality Test](maths/lucas_lehmer_primality_test.py)
|
538 | 539 | * [Lucas Series](maths/lucas_series.py)
|
539 |
| - * [Maclaurin Sin](maths/maclaurin_sin.py) |
| 540 | + * [Maclaurin Series](maths/maclaurin_series.py) |
540 | 541 | * [Matrix Exponentiation](maths/matrix_exponentiation.py)
|
541 | 542 | * [Max Sum Sliding Window](maths/max_sum_sliding_window.py)
|
542 | 543 | * [Median Of Two Arrays](maths/median_of_two_arrays.py)
|
|
582 | 583 | * [P Series](maths/series/p_series.py)
|
583 | 584 | * [Sieve Of Eratosthenes](maths/sieve_of_eratosthenes.py)
|
584 | 585 | * [Sigmoid](maths/sigmoid.py)
|
| 586 | + * [Signum](maths/signum.py) |
585 | 587 | * [Simpson Rule](maths/simpson_rule.py)
|
586 | 588 | * [Sin](maths/sin.py)
|
587 | 589 | * [Sock Merchant](maths/sock_merchant.py)
|
|
590 | 592 | * [Sum Of Arithmetic Series](maths/sum_of_arithmetic_series.py)
|
591 | 593 | * [Sum Of Digits](maths/sum_of_digits.py)
|
592 | 594 | * [Sum Of Geometric Progression](maths/sum_of_geometric_progression.py)
|
| 595 | + * [Sum Of Harmonic Series](maths/sum_of_harmonic_series.py) |
593 | 596 | * [Sylvester Sequence](maths/sylvester_sequence.py)
|
594 | 597 | * [Test Prime Check](maths/test_prime_check.py)
|
595 | 598 | * [Trapezoidal Rule](maths/trapezoidal_rule.py)
|
|
0 commit comments