KO
|
EN
gitlite — search
Search
#python
#java
#hacktoberfest
#php
#dotfiles
#ruby
#javascript
#sqlite
#macos
#jquery
#cli
#c-plus-plus
simple-dvc-demo
★ 41
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
PHP-JAVA-SM4
:
基于PHP语言和Java语言的国密SM4算法库 。包含加密/解密,摘要算法的实现代码和测试方法 。
alfred-password-generator
:
🗝 Workflow to generate passwords
springboot-flyway-demo
:
Demo for SpringBoot + Flyway
android-bloatware
:
No description available.
Bing.Utils
:
Bing.Utils 工具库
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
simple-dvc-demo
?
Download (.md)
create env ```bash conda create -n wineq python=3.7 -y ``` activate env ```bash conda activate wineq ``` created a req file install the req ```bash pip install -r requirements.txt ``` download the data from https://drive.google.com/drive/folders/18zqQiCJVgF7uzXgfbIJ-04zgz1ItNfF5?usp=sharing ```bash git init ``` ```bash dvc init ``` ```bash dvc add data_given/winequality.csv ``` ```bash git add . ``` ```bash git commit -m "first commit" ``` oneliner updates for readme ```bash git add . && git commit -m "update Readme.md" ``` ```bash git remote add origin https://github.com/c17hawke/simple-dvc-demo.git git branch -M main git push origin main ``` tox command - ```bash tox ``` for rebuilding - ```bash tox -r ``` pytest command ```bash pytest -v ``` setup commands - ```bash pip install -e . ``` build your own package commands- ```bash python setup.py sdist bdist_wheel ```