Skip to content

Commit ddc41c9

Browse files
authored
Pr2 fixes (#5)
* fix Modin_vs_Pandas * fixed Modin_GettingStarted * fixed IntelTensorFlow_GettingStarted * fix IntelPython_daal4py_GettingStarted * fix IntelPython_XGBoost_GettingStarted * fix JobRecommendationSystem * fix Intel_Extension_for_SKLearn_Performance_SVC_Adult * fix IntelPython_daal4py_DistributedKMeans and IntelPython_daal4py_DistributedLinearRegression * fix IntelPython_XGBoost_daal4pyPrediction * fix IntelTensorFlow_Enabling_Auto_Mixed_Precision_for_TransferLearning and remove unnecessary ipykernel module * fixed IntelTensorFlow_Horovod_Distributed_Deep_Learning * update some versions * clean metadata and output from notebooks * fix IntelTensorFlow_TextGeneration_with_LSTM * fix INC_QuantizationAwareTraining_TextClassification * remove deprecated samples
1 parent 48da1e6 commit ddc41c9

File tree

44 files changed

+2224
-21197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2224
-21197
lines changed

AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem/JobRecommendationSystem.ipynb

Lines changed: 54 additions & 334 deletions
Large diffs are not rendered by default.

AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ authors = [
77
]
88
license = {text = "MIT"}
99
readme = "README.md"
10-
requires-python = ">=3.11"
10+
requires-python = ">=3.11, <3.12"
1111
dependencies = [
1212
"accelerate>=1.4.0",
1313
"datasets>=3.3.2",
1414
"intel-extension-for-tensorflow>=2.15.0.2",
1515
"intel-extension-for-tensorflow-lib>=2.15.0.2.2",
16-
"ipykernel>=6.29.5",
1716
"jinja2>=3.1.6",
1817
"matplotlib>=3.10.1",
1918
"nltk>=3.9.1",
@@ -26,7 +25,6 @@ dependencies = [
2625
]
2726
[dependency-groups]
2827
dev = [
29-
"ipykernel>=6.29.5",
3028
"jupyter>=1.1.1",
3129
]
3230
[[tool.uv.index]]

AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem/sample.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
{
1414
"env": [
1515
"pip install uv==0.6.3",
16-
"uv sync",
17-
"uv run python -m ipykernel install --user --name=JobRecommendationSystem_py"
16+
"source /opt/intel/oneapi/setvars.sh",
17+
"uv sync"
1818
],
1919
"id": "JobRecommendationSystem_py",
2020
"steps": [
2121
"uv run spacy download en_core_web_sm",
2222
"uv run JobRecommendationSystem.py",
23-
"uv run jupyter nbconvert --ExecutePreprocessor.enabled=True --ExecutePreprocessor.kernel_name=JobRecommendationSystem_py --to notebook JobRecommendationSystem.ipynb"
23+
"uv run jupyter nbconvert --ExecutePreprocessor.enabled=True --to notebook JobRecommendationSystem.ipynb"
2424
]
2525
}
2626
]

AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem/uv.lock

Lines changed: 297 additions & 1065 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)