fix: correct non-idiomatic formulation in English cv🐛#16
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates VS Code spell-check settings and refines a LaTeX CV by correcting typos, improving phrasing, and standardizing the capitalization of technical skills. The review feedback identifies further opportunities for consistency, specifically suggesting the capitalization of library names like Matplotlib and Pandas, as well as the ONNX acronym.
I am having trouble creating individual review comments. Click here to see my feedback.
cv_en.tex (105)
For consistency with other capitalized skills like Python, Java, and Jupyter, consider capitalizing library names (e.g., Matplotlib, Optuna, Pandas, Pytest, WandB). Specifically, scikit-learn should be capitalized as Scikit-Learn to match its usage on line 113.
\cvitemwithcomment{Libraries}{\makecell[tl]{CatBoost, Hydra, Jupyter, Matplotlib, MLflow, NumPy, Optuna, Pandas, Pytest,\\ PyTorch, Scikit-Learn, sklearn-onnx, and WandB}}{}
cv_en.tex (113)
Consider capitalizing Pandas to maintain consistency with other capitalized tools in this list and the Skills section.
\item Design and reimplement data science pipelines for fraud detection using Pandas, PySpark, PyTorch, and Scikit-Learn.
cv_en.tex (114)
ONNX is an acronym and should be capitalized when referring to the format or converter.
\item Develop sklearn-compatible estimators and their corresponding ONNX converter using sklearn-onnx.
No description provided.