Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
Hi Professor,
I have some questions regarding the assignment
1. For the requirement to report any lines that do not have the same number of cells (with cells allowed to be empty), your previous answer mentioned printing an error message to stderr. Do ...
ANONYMOUS wrote
Hi,
Yes. It includes penalties for late submission based on UWA Assessment Policy, which, for some people, has been modified by Special Consideration or UAAP. If you have either of those and believe it has not been taken into account, ...
Hi Professor,
Is the scores of assignmnet1 displayed on the csmark the final grade? Because I submit my assignment1 late and I don't know if the scores includes the penalty for late submission.
Thank you so much.
ANONYMOUS wrote
Hi,
If I taught it, it's examinable. I can't say what the questions will be. For more general comments about the style of the questions in the exam, please review Monday's lecture slot, where that was covered (also stuff on Assignment ...
Hi Eusha,
The error message about the incorrect row goes to stderr. Then you move on to the the next input line, which has the effect of deleting the from the output. That is, the line won't be there so it appears to have been deleted. (Of course, the...
ANONYMOUS wrote
Hi,
Yes, please include the .git directory in the directory with the other bits, which you then zip or tar for submission.
Cheers
MichaelW
Hi Professor,
for the 2nd assignment we need to zip the 2 scripts and also the .git folder together?
of just scripts. how is git managed and checked by you?
Hello Mr. Wise,
In the data cleaning portion, one of the tasks mentions "Also based on the header line, report any lines that do not have the same number of cells. (Cells are allowed be empty.)"
So do we just print them, or throw them to stderr, or de...
ANONYMOUS wrote
Hi,
The requirements are
cantril data cleaning output is sent to standard output; input is from the 3 TSV format files
best predictor takes a TSV format file of cleaned data, and sends the output of the analysis to standard o...
Dear Professor,
I got confused after reading the threads. I want to clarify again about the input of the best predictor script
I understood that when . cantril data cleaning file1 file2 file3 -- The result will be sent to
stdout.
But for the b...
Hi
I'll answer each part after the question.
ANONYMOUS wrote
I posted it primarily as input to best predictor (particular in relation to the correlation calculation). However, it also serves to show what the output to the cleaning stage looks like.
Diff...
ANONYMOUS wrote
The data from data cleaning should be sent to standard output. This will go to the terminal, but generally stdout is redirected into a file, but that is up to the person running the program, not you. Makes sense?
Cheers
MichaelW
...
So you are not going to pass a actual file,like 'tsv' file, for 'best predictor', but feed it with data from the stdout produced by data cleaning script, am I right?