File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ def main ():
2+ print ("Hello from kaggle-guide!" )
3+
4+
5+ if __name__ == "__main__" :
6+ main ()
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " kaggle-guide"
3+ version = " 0.1.0"
4+ description = " Add your description here"
5+ readme = " README.md"
6+ requires-python = " >=3.12"
7+ dependencies = [
8+ " catboost>=1.2" ,
9+ " jupyter>=1.0" ,
10+ " jupyterlab>=4.0" ,
11+ " kaggle>=1.5" ,
12+ " lightgbm>=4.0" ,
13+ " matplotlib>=3.7" ,
14+ " nbformat>=5.9" ,
15+ " notebook>=7.0" ,
16+ " numpy>=1.24" ,
17+ " optuna>=3.3" ,
18+ " pandas>=2.0" ,
19+ " scikit-learn>=1.3" ,
20+ " scipy>=1.11" ,
21+ " seaborn>=0.12" ,
22+ " torch>=2.0" ,
23+ " torchvision>=0.15" ,
24+ " xgboost>=2.0" ,
25+ ]
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ dependencies = []
99[tool .uv .workspace ]
1010members = [
1111 " dacon" ,
12+ " kaggle-guide" ,
1213]
You can’t perform that action at this time.
0 commit comments