jbsch
1459adf8e4
fixed pre-commit issues
2024-10-24 16:41:25 +05:30
jbsch
1ff79750a8
Fix ruff check in loss_functions.py
2024-10-24 16:31:38 +05:30
jbsch
0ea341a18b
descriptive names
2024-10-24 15:28:12 +05:30
jbsch
dcf47d4821
minor changes
2024-10-24 14:58:00 +05:30
jbsch
97eb853842
minor checks
2024-10-24 12:37:54 +05:30
jbsch
254b9bf87e
minor checks
2024-10-24 12:18:13 +05:30
jbsch
f614b2efee
minor chenges
2024-10-24 12:06:04 +05:30
jbsch
1918aac31e
Merge branch 'main' of https://github.com/ankana2113/Python
2024-10-24 12:04:09 +05:30
jbsch
83d7252b3a
ruff and minor checks
2024-10-24 12:03:41 +05:30
pre-commit-ci[bot]
59d3ceba27
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-10-24 05:24:49 +00:00
jbsch
d8c0b7c7b3
Merge branch 'main' of https://github.com/ankana2113/Python
2024-10-24 10:54:02 +05:30
jbsch
b0255a87fe
added doctests
2024-10-24 10:51:59 +05:30
pre-commit-ci[bot]
d5963b2da7
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-10-23 15:34:23 +00:00
jbsch
544a38b016
resolved conflicts
2024-10-23 21:01:03 +05:30
pre-commit-ci[bot]
c76784e708
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-10-23 15:25:54 +00:00
jbsch
38764378d4
resolved conflicts
2024-10-23 20:55:20 +05:30
jbsch
1713cbe7c2
resolved errors
2024-10-23 20:51:58 +05:30
pre-commit-ci[bot]
2eeb450e2d
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-10-23 15:15:27 +00:00
jbsch
b1353dddd4
ridge regression
2024-10-23 20:44:04 +05:30
jbsch
7484cda516
ridge regression
2024-10-23 20:40:28 +05:30
pre-commit-ci[bot]
21fe32fcbe
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-10-23 14:21:41 +00:00
jbsch
6fc134d96c
added ridge regression
2024-10-23 19:49:44 +05:30
jbsch
a84d209c08
added ridge regression
2024-10-23 19:47:34 +05:30
pre-commit-ci[bot]
d4fc2bf852
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-10-23 14:10:48 +00:00
jbsch
b72320b402
added ridge regression
2024-10-23 19:37:10 +05:30
jbsch
1cb79bc72a
added ridge regression
2024-10-23 19:27:43 +05:30
Christian Clauss
e9e7c96465
Create GitHub Pages docs with Sphinx ( #11888 )
2024-10-08 19:09:28 +02:00
Christian Clauss
0177ae1cd5
Upgrade to Python 3.13 ( #11588 )
2024-09-30 23:01:15 +02:00
Tianyi Zheng
446742387e
Fix grammar and spelling mistakes in sequential_minimum_optimization.py ( #11427 )
2024-06-13 17:47:29 -04:00
AtomicVar
c919579869
Add KL divergence loss algorithm ( #11238 )
...
* Add KL divergence loss algorithm
* Apply suggestions from code review
---------
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
2024-06-02 20:15:01 -07:00
Mandeep Singh
2f1704dae5
issue #11150 Ensure explicit column selection and data type setting in data reading process. ( #11302 )
...
* issue #11150 Ensure explicit column selection and data type setting in data reading process.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-02 18:27:35 -07:00
Maxim Smolskiy
c599f6c910
Fix some SIM114 per file ignores ( #11395 )
...
* updating DIRECTORY.md
* Fix some SIM114 per file ignores
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix review issue
---------
Co-authored-by: MaximSmolskiy <MaximSmolskiy@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-05-10 21:59:53 +02:00
Maxim Smolskiy
3925b8155b
Fix ARG005 per file ignore ( #11383 )
2024-04-24 06:32:25 +02:00
Maxim Smolskiy
d016fda51c
Enable ruff RUF003 rule ( #11376 )
...
* Enable ruff RUF003 rule
* Update pyproject.toml
---------
Co-authored-by: Christian Clauss <cclauss@me.com>
2024-04-22 21:56:14 +02:00
Maxim Smolskiy
4700297b3e
Enable ruff RUF002 rule ( #11377 )
...
* Enable ruff RUF002 rule
* Fix
---------
Co-authored-by: Christian Clauss <cclauss@me.com>
2024-04-22 21:51:47 +02:00
pre-commit-ci[bot]
dbfa21813f
[pre-commit.ci] pre-commit autoupdate ( #11380 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.4.1 )
- [github.com/tox-dev/pyproject-fmt: 1.7.0 → 1.8.0](https://github.com/tox-dev/pyproject-fmt/compare/1.7.0...1.8.0 )
* from keras import layers, models
* Update lstm_prediction.py
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2024-04-22 21:43:19 +02:00
Maxim Smolskiy
2702bf9400
Enable ruff S113 rule ( #11375 )
...
* Enable ruff S113 rule
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-21 19:34:18 +02:00
Maxim Smolskiy
a42eb35702
Enable ruff E741 rule ( #11370 )
...
* Enable ruff E741 rule
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-19 21:30:22 +02:00
Maxim Smolskiy
f8a948914b
Enable ruff NPY002 rule ( #11336 )
2024-04-01 21:39:31 +02:00
Maxim Smolskiy
f2246ce7fd
Enable ruff ICN001 rule ( #11329 )
...
* Enable ruff ICN001 rule
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-28 18:03:23 +00:00
Maxim Smolskiy
516a3028d1
Enable ruff PLR5501 rule ( #11332 )
...
* Enable ruff PLR5501 rule
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-28 18:25:41 +01:00
Maxim Smolskiy
a936e94704
Enable ruff ARG001 rule ( #11321 )
...
* Enable ruff ARG001 rule
* Fix dynamic_programming/combination_sum_iv.py
* Fix machine_learning/frequent_pattern_growth.py
* Fix other/davis_putnam_logemann_loveland.py
* Fix other/password.py
* Fix
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix physics/n_body_simulation.py
* Fix project_euler/problem_145/sol1.py
* Fix project_euler/problem_174/sol1.py
* Fix scheduling/highest_response_ratio_next.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix
* Fix
* Fix scheduling/job_sequencing_with_deadline.py
* Fix scheduling/job_sequencing_with_deadline.py
* Fix
* Fix
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-20 15:00:17 +01:00
pre-commit-ci[bot]
bc8df6de31
[pre-commit.ci] pre-commit autoupdate ( #11322 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.3.2 )
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.9.0 )
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-13 07:52:41 +01:00
guangwu
5f95d6f805
fix: function name typo ( #11319 )
...
* fix: function name typo
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
* lfu_cache.py: Use f-strings
* rsa_cipher.py: Use f-strings
---------
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2024-03-12 09:40:32 +01:00
Maxim Smolskiy
fd27953d44
Reenable files when TensorFlow supports the current Python ( #11318 )
...
* Remove python_version < '3.12' for tensorflow
* Reenable dynamic_programming/k_means_clustering_tensorflow.py
* updating DIRECTORY.md
* Try to fix ruff
* Try to fix ruff
* Try to fix ruff
* Try to fix ruff
* Try to fix ruff
* Reenable machine_learning/lstm/lstm_prediction.py
* updating DIRECTORY.md
* Try to fix ruff
* Reenable computer_vision/cnn_classification.py
* updating DIRECTORY.md
* Reenable neural_network/input_data.py
* updating DIRECTORY.md
* Try to fix ruff
* Try to fix ruff
* Try to fix mypy
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Try to fix ruff
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: MaximSmolskiy <MaximSmolskiy@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-12 09:35:49 +01:00
pre-commit-ci[bot]
ed8d9209da
[pre-commit.ci] pre-commit autoupdate ( #11275 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.14...v0.2.0 )
* Upgrade pyproject.toml
* Revert sudoku_solver.py RUF017 Avoid quadratic list summation
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2024-02-05 20:48:10 +01:00
AtomicVar
c1d29ba459
Add smooth l1 loss algorithm ( #11239 )
2024-01-30 09:18:56 +01:00
AtomicVar
3952ba703a
Add categorical focal cross-entropy loss algorithm ( #11248 )
2024-01-18 13:41:29 +01:00
Suyash Dongre
257cfbdf6e
Added doctest to decision_tree.py ( #11143 )
...
* Added doctest to decision_tree.py
* Update decision_tree.py
* Update machine_learning/decision_tree.py
* Update machine_learning/decision_tree.py
* raise ValueError()
* Update decision_tree.py
---------
Co-authored-by: Christian Clauss <cclauss@me.com>
2023-11-05 14:01:00 +05:45
Sanket Nikam
a0e80a74c8
Added Gradient Boosting Classifier ( #10944 )
...
* Added Gradient Boosting Classifier
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update gradient_boosting_classifier.py
* Update gradient_boosting_classifier.py
* Update gradient_boosting_classifier.py
* Update gradient_boosting_classifier.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-27 23:17:58 +02:00