GitXplorerGitXplorer
m

excercise

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
439d8554ae16bd80350bfa5776e642d417878958

Update README.md

mmichiboo committed 2 years ago
Verified
7c21db569335c035978eb98293827451ef821691

Update README.md

mmichiboo committed 2 years ago
Unverified
4855e7e91ec734c681ab4880e628d7e447f87a7a

init

mmichiboo committed 2 years ago
Verified
924372a47ed2305a5eed372ccf76c06a80dd9d67

Initial commit

mmichiboo committed 2 years ago

README

The README file for this repository.

A Test driven development framework

Quick start:

python -m pip install -r requirements.txt
python -m pytest .\tests\ --train model.NewTrainer.NewTrainer

arguments

model.NewTrainer.NewTrainer follow the format [subdir].[module].[class Name]

You can add the following optional argument:
–data [data path] - specify the CSV file path that contain training data
–save - save model if all test passed