Skip to content
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
356264f
[Build] Fix html links, Add <function>.html as source in documentation
yonishelach Mar 8, 2023
2202caf
Update CI temporarily and update index
yonishelach Apr 19, 2023
b0f2b5d
Merge pull request #615 from yonishelach/fix-links-html
yonishelach Apr 19, 2023
8b17c8f
[XGB-Custom] Fix test artifact key name
yonishelach Apr 19, 2023
f42f3e3
Merge pull request #616 from yonishelach/fix-xgb-custom-test
yonishelach Apr 19, 2023
a469dca
[XGB-Serving][XGB-Test][XGB-Trainer] Fix tests - artifact key
yonishelach Apr 19, 2023
80c7de2
Merge pull request #617 from yonishelach/fix-xgb-custom-test
yonishelach Apr 19, 2023
3301415
[Build] Install python 3.9 when testing (#618)
yonishelach Apr 19, 2023
0cd1f15
[Build] Update python version in CI (#620)
yonishelach Apr 19, 2023
33e7ab8
Revert "[Build] Update python version in CI (#620)" (#621)
yonishelach Apr 19, 2023
7a7473b
Revert "[Build] Install python 3.9 when testing (#618)" (#619)
yonishelach Apr 19, 2023
81437da
[Build] Build with python 3.9 (#622)
yonishelach Apr 19, 2023
94bfc54
Merge branch 'mlrun:development' into development
yonishelach Sep 4, 2023
209c8a8
Merge branch 'mlrun:development' into development
yonishelach Oct 1, 2023
40c1a14
Merge branch 'mlrun:development' into development
yonishelach Oct 1, 2023
901d501
Merge branch 'mlrun:development' into development
yonishelach Jan 8, 2024
d65869a
Merge branch 'mlrun:development' into development
yonishelach Jan 2, 2025
28e64db
Update requirements.txt
yonishelach Jan 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions auto_trainer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas
scikit-learn
xgboost
plotly
scikit-learn<1.4.0
xgboost<2.0.0
plotly