Giter Club home page Giter Club logo

ftp_project_assistant's Introduction

FTP_Project_Assistant

Decription

For machine learning related teacher assistant to easily get all accuracy information of students' test.tsv

Run Example

python test_main.py --remote **machine_learning_project**
                    --local **local_dir_path**
                    --host ***.**.***.***
                    --username ojipadeson
                    --password *******
                    --target .tsv,.csv
                    --ignore code
                    --standard ./standard_test_label.tsv
                    --header 0
                    --index 0

Option


target -- the target file format.

For example, if Report.pdf and Prediction.csv are needed, you have to run --target .csv for the first time, and then run --target .pdf for a second time.

The Assistant only grab the FIRST suitable file for every student.

  • DON'T TYPE '' to generate your input as a string
  • USE , to split your file format, NO SPACE

ignore -- the directory that you will ignore.

For Example, --ignore code means you won't search or copy directory named as 'code'


standard -- the path of standard answer in local directory.


header & index -- the table format of test.csv(.tsv)

For example, --header 0 --index 0 means your table in test file should be like below:

index prediction
0 1
1 1
2 0
3 1

File Format on FTP Server

FTP Server
│
├─pj-1
│  ├─stu_1
│  │   ├─code.zip
│  │   ├─report.pdf
│  │   └─test.tsv
│  ├─stu_2
│  │   ├─Code.zip
│  │   ├─My_report.pdf
│  │   └─test.csv
│  ├─stu_3
│  │   ├─nlp_pj_code.zip
│  │   ├─Report_2021.pdf
│  │   └─result.tsv
│  ├─...
│  │   └─...
│  └─...
│
├─pj-2
│  ├─stu_1
│  │   ├─code.zip
│  │   ├─report.pdf
│  │   └─test.tsv
│  ├─...
│  │   └─...
│  ...
│
└─...

On the FTP server, the directory tree should be like above.

ftp_project_assistant's People

Contributors

ojipadeson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.