File tree Expand file tree Collapse file tree 4 files changed +4
-26
lines changed
Expand file tree Collapse file tree 4 files changed +4
-26
lines changed Original file line number Diff line number Diff line change 99build :
1010runs-on : ubuntu-latest
1111steps :
12- - run :
13- sudo apt-get update && sudo apt-get install -y libtiff5-dev libjpeg8-dev libopenjp2-7-dev
14- zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk
15- libharfbuzz-dev libfribidi-dev libxcb1-dev
16- libxml2-dev libxslt-dev
17- libhdf5-dev
18- libopenblas-dev
12+ - run : sudo apt-get update && sudo apt-get install -y libhdf5-dev
1913 - uses : actions/checkout@v5
2014 - uses : astral-sh/setup-uv@v7
2115with :
3226--ignore=computer_vision/cnn_classification.py
3327--ignore=docs/conf.py
3428--ignore=dynamic_programming/k_means_clustering_tensorflow.py
29+ --ignore=machine_learning/local_weighted_learning/local_weighted_learning.py
3530--ignore=machine_learning/lstm/lstm_prediction.py
3631--ignore=neural_network/input_data.py
3732--ignore=project_euler/
Original file line number Diff line number Diff line change 624624* [ Sequential Minimum Optimization] ( machine_learning/sequential_minimum_optimization.py )
625625* [ Similarity Search] ( machine_learning/similarity_search.py )
626626* [ Support Vector Machines] ( machine_learning/support_vector_machines.py )
627+ * [ T Stochastic Neighbour Embedding] ( machine_learning/t_stochastic_neighbour_embedding.py )
627628* [ Word Frequency Functions] ( machine_learning/word_frequency_functions.py )
628629* [ Xgboost Classifier] ( machine_learning/xgboost_classifier.py )
629630* [ Xgboost Regressor] ( machine_learning/xgboost_regressor.py )
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dependencies = [
2323" pillow>=11.3" ,
2424" rich>=13.9.4" ,
2525" scikit-learn>=1.5.2" ,
26+ " scipy>=1.16.2" ,
2627" sphinx-pyproject>=0.3" ,
2728" statsmodels>=0.14.4" ,
2829" sympy>=1.13.3" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments