1. Homepage
  2. Coding
  3. INFS4203/7203 Data Mining - Project Phase II: Implementation

INFS4203/7203 Data Mining - Project Phase II: Implementation

Order Now
UQINFS4203INFS7203Data Mining

INFS4203/7203 Project Phase II (20 marks) Semester 2, 2024 Assignment Writing Service

Due date: Assignment Writing Service

16:00 on 25th October 2024 (Brisbane Time) (Phase II, 20%) Assignment Writing Service

All assignments should be submitted to the UQ Blackboard. If any assignment fails to be submitted appropriately before due, a penalty will be applied according to the ECP. Please take the responsibility to ensure your submission is successful before due time. Email submission will not be accepted. Assignment Writing Service

Overview Assignment Writing Service

In Phase II, you will implement your proposal submitted in Phase I, with necessary adjustment according to the empirical performance and the feedback from the proposal. This is an individual assignment. The completion of the assignment should be based on your own design and feedback from the proposal. Assignment Writing Service

Track 1: Data-oriented project Assignment Writing Service

In Phase II, you will be provided with the test data named test_data.csv. The first row describes features’ names. Except the first row, each row in the data file corresponds to one data point. There are 817 test data points in this file, and each column represents the same feature as the training data DM_project_24.csv. Note that the test data only has 105 columns, without labels, i.e., without the final column “Target (Column 106)” in training data DM_project_24.csv. Labels for the test data will not be released and will be used by the teaching team for marking only. Assignment Writing Service

In this phase, you will need to implement the ideas in your proposal and classify the test data. In the marking phase, “F1” of the test data will be used for making. When calculating F1, “1” is counted as positive label, and “0” as negative label. You need to submit: Assignment Writing Service

o Readme file, which should include
Final Choices: The final pre-processing methods, classification model, and Assignment Writing Service

hyperparameters you used to achieve your reported test results. Assignment Writing Service

  •   Environment Description: A clear and thorough description of your coding environment (operating system, programming language and version, additional installed packages, etc.). Assignment Writing Service

  •   Reproduction Instructions: Detailed instructions on how to run the code so that your reported results for pre-processing, model selection, hyperparameter tuning, testing, and evaluation can be reproduced. Assignment Writing Service

  •   Additional Justifications: Any additional justifications or references for the methods you implemented. Assignment Writing Service

  •   The readme file can be in text format, such as .md, .docx, .pdf, or .txt. Assignment Writing Service

o Training, Evaluation, and Testing Code: Assignment Writing Service

Training Procedures: All code related to pre-processing, training on the training data, prediction on the test data, and generation of the result report. Assignment Writing Service

  •   The code must include a main function in a main file (for example, main.py) to execute the overall process. Assignment Writing Service

  •   Please fix the random seeds to ensure your results are reproducible.
    o Pre-processing Selection, Model Selection, and Hyperparameter Tuning Procedures – how you made the final choice of the selected pre-processing, model and Assignment Writing Service

    hyperparameters:
    Include the code for the detailed procedures related to pre-processing selection, Assignment Writing Service

    model selection, and hyperparameter tuning. Assignment Writing Service

The result report should be named as sxxxxxxx.infs4203 (sxxxxxxx, an s followed by seven digits is your student username) with the same Submission Title when submitting through the “Report Submission” Turnitin link provided. For example, if your student username is s1234567, then the result report should be named as s1234567.infs4203 and submitted with the same Submission Title. Assignment Writing Service

The result report should be composed of 818 rows. For the first 817 rows, the 𝑖𝑖th row gives the prediction of the 𝑖𝑖th test instance, either 1 or 0 (in integer type). The last row (row 818) gives the accuracy (first column, rounded to the nearest 3rd decimal place) and F1 (second column, Assignment Writing Service

rounded to the nearest 3rd decimal place) evaluated by yourself through cross-validation on the Assignment Writing Service

training data, both in float type. Assignment Writing Service

  • Together with the result report, you need to submit a readme file and all your codes. Assignment Writing Service

  • The readme file and your codes should be compressed into one zip file named sxxxxxxx.zip (sxxxxxxx is your student username) with the same Submission Title when submitting through the Assignment Writing Service

    “Readme and code submission” Turnitin link provided. Assignment Writing Service

    Note that code and readme file submitted in other forms or names will not be accepted or marked. Assignment Writing Service

    We recommend you follow the Google Style Guides (https://google.github.io/styleguide/) for the programming style. Following such style is not mandatory for this assignment but using it may benefit your future career as a data scientist! Assignment Writing Service

    Submission Assignment Writing Service

    Only your last submitted version will be marked. All required files need to be submitted before due. Otherwise, penalty will be applied according to ECP, i.e., Assignment Writing Service

    A penalty of 10% of the maximum possible mark will be deducted per 24 hours from time submission is due for up to 7 days. After 7 days, you will receive a mark of 0. Assignment Writing Service

    • Result report should be submitted through the “Report submission” Turnitin link provided on Blackboard -> Assessment -> Project Phase II -> Report submission before the deadline, with the Submission Title sxxxxxxx.infs4203. Assignment Writing Service

    • Compressed file of readme and codes should be submitted through the “Readme and code submission” Turnitin link provided on Blackboard -> Assessment -> Project Phase II -> Readme and code submission before the deadline, with the Submission Title sxxxxxxx.zip. Assignment Writing Service

      Marking standard Assignment Writing Service

      Submissions satisfying the following four conditions will be accepted and marked Assignment Writing Service

  1. The selected best pre-processing, model and hyperparameter can be reproduced from the submitted readme file and codes. Assignment Writing Service

  2. The classifiers used to do classification can be reproduced by the submitted readme file and codes. Assignment Writing Service

  3. The classifiers are generated by using only techniques delivered in INFS4203/7203 lectures. Assignment Writing Service

  4. The test and evaluation results can be reproduced by the submitted readme file and codes. Assignment Writing Service

  5. The test and evaluation results are generated by applying the learned classifiers to the data. Assignment Writing Service

When the above five conditions are satisfied, the result report will be marked according to the F1 result on the test data in the following way (rounded to the nearest 1st decimal place) Assignment Writing Service

F1 Mark 0.3 1 0.33 2 0.36 3 0.39 4 0.42 5 0.45 6 0.48 7 0.51 8 0.54 9 0.57 10 0.60 11 0.63 12 0.66 13 0.69 14 0.72 15 Assignment Writing Service

  1. 0.75  16 Assignment Writing Service

  2. 0.76  17 Assignment Writing Service

  3. 0.77  18 Assignment Writing Service

  4. 0.78  19 Assignment Writing Service

  5. 0.79  20 Assignment Writing Service

Training time or prediction time will not be counted into marking. Assignment Writing Service

(End of Track 1. See the next page for Track 2 specifications.) Page 4 of 6 Assignment Writing Service

Track 2: Competition-oriented project Assignment Writing Service

In this phase, you need to submit: Assignment Writing Service

  • A result report of the Public Leader Board results, including a screenshot and an URL of the Public Leader Board. Assignment Writing Service

  • A readme file with clear and thorough description of your coding environment (operation system, hardware requirement, programming language and its version, additional packages installed etc.) and instructions on how to run the code such that your final submission to Kaggle can be reproduced Assignment Writing Service

  • Your implemented codes including training and test codes which have a main function to generate the final submission to Kaggle. Assignment Writing Service

    Marking Standard Assignment Writing Service

    The following marking standard will apply, unless otherwise discussed with the teaching team for exceptionally challenging competitions. Assignment Writing Service

    You need to submit the evidence of your achievements in the public leading board by the end of the project deadline to earn your marks. Your username in the public leading board must be your student username (sxxxxxxx, each x represents a digit). Assignment Writing Service

    If your targeted competition ends before the project deadline, you could show by cross-validation that you have achieved comparable performance to a particular competitor on the public leading board before the project deadline. Your project could then be assessed by the competitor’s corresponding rank percentage on the public leading board. Assignment Writing Service

    You have to earn a public Leader Board top ranking index (your rank divided by the total number of competitors) by the project deadline Assignment Writing Service

    Earned marks = max (20 – max (public_LB_top_ranking_index – 0.4, 0)*30, 0) Assignment Writing Service

    That is, you earn 20 marks when having Public Leader Board top ranking to be within top 40% of all competitors. Assignment Writing Service

    Format Assignment Writing Service

The result report should be named as sxxxxxxx.pdf or sxxxxxxx.doc/docx (sxxxxxxx is your student username). For example, if your student username is s1234567, then the result report should be named as s1234567.pdf/doc/docx. Assignment Writing Service

Note that result report submitted in other forms or names will not be accepted or marked. Assignment Writing Service

Together with the report, you need to submit all your code and a readme file. The readme file and your code should be compressed into one zip file named sxxxxxxx.zip (sxxxxxxx is your student username). Assignment Writing Service

Note that code and readme file submitted in other forms or names will not be accepted or marked. Page 5 of 6 Assignment Writing Service

Assignment Writing Service

Submission Assignment Writing Service

Only your submitted version will be marked. All required files need to be submitted before due. Otherwise, penalty will be applied according to ECP. Assignment Writing Service

  • Result report should be submitted through the “Report submission” Turnitin link provided at Blackboard -> Assessment -> Project Phase II -> Report submission before the deadline with the Submission Title sxxxxxxx.pdf or sxxxxxxx.doc/docx. Assignment Writing Service

  • Compressed readme file and code should be submitted through the “Readme and code submission” Turnitin link provided at Blackboard -> Assessment -> Project Phase II -> Readme and code submission before the deadline with the Submission Title sxxxxxxx.zip. Note that the zip file should be smaller than 100MB Assignment Writing Service

联系辅导老师!
私密保护
WeChat 微信
UQ代写,INFS4203代写,INFS7203代写,Data Mining代写,UQ代编,INFS4203代编,INFS7203代编,Data Mining代编,UQ代考,INFS4203代考,INFS7203代考,Data Mining代考,UQ代做,INFS4203代做,INFS7203代做,Data Mining代做,UQhelp,INFS4203help,INFS7203help,Data Mininghelp,UQ作业代写,INFS4203作业代写,INFS7203作业代写,Data Mining作业代写,UQ编程代写,INFS4203编程代写,INFS7203编程代写,Data Mining编程代写,UQ作业答案,INFS4203作业答案,INFS7203作业答案,Data Mining作业答案,