首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
代做 progeam、代写 java/Python 编程
项目预算:
开发周期:
发布时间:
要求地区:
158.755-2025 Semester 1
Massey University
Project 3
Deadline: Evaluation:
Late Submission: Work
Purpose: Project outline:
Submit by midnight of 15 May 2025. 25% of your final course grade.
See Course Guide.
This assignment may be done in pairs. No more than two people per group are allowed. Should you choose to work in pairs, upon submission of your assignment.
Learning outcomes 1 - 5 from the course outline.
Kaggle is a crowdsourcing, online platform for machine learning competitions, where companies and researchers submit problems and datasets, and the machine learning community compete to produce the best solutions. This is a perfect trainings ground for real-world problems. It is an opportunity for data scientists to develop their portfolio which they can advertise to their prospective employers, and it is also an opportunity to win prizes.
For this project, you are going to work on a Kaggle dataset.
You will first need to create an account with Kaggle. Then familiarise yourself with the Kaggle platform.
Your task will be to work on a competition dataset which is currently in progress. While you will be submitting your solutions and appearing the Kaggle Leaderboard, this project will be run as an in-class competition. The problem description and the dataset can be found here https://www.kaggle.com/competitions/geology-forecast-challenge- open/overview
Note, this dataset and the overall problem is challenging. You will be trying to solve the problem with the algorithms and approaches that we have learned so far being able to submit a new solution up to 5 times each day; however, your solutions will be constrained in terms the effectiveness of the final solutions that you can produce – but it will all be a valuable learning experience nonetheless.
The competition is the Geology Forecast Challenge, which is a supervised classification problem where the task is to predict the type of geological material that a tunnel boring machine (TBM) will encounter ahead in the rock face.
What is being predicted? You are predicting the rock class label (e.g. “Shale,” “Sandstone,” “Clay,” etc.), which represents the type of ground material at specific positions ahead of the tunnel boring machine.
What does the data represent? The input features are sensor readings collected from the TBM during its operation, including measurements like thrust force, penetration rate, torque, advance rate, and more. These are time series of machine telemetry that reflect how the TBM interacts with the geological material. The labels (target values) represent ground truth rock types observed during the boring process.
Task:
Your work is to be done using the Jupyter Notebook (Kaggle provides a development/testing environment), which you will submit as the primary component of your work. A notebook template will be provided for you showing which information you must at least report as part of your submission.
Your tasks are as follows:
1. You will first need to create an account with Kaggle.
2. Then familiarise yourself with the Kaggle platform.
3. Familiarise yourself with the submission/testing process.
4. Download the datasets, then explore and perform thorough EDA.
5. Devise an experimental plan for how you intend to empirically arrive at the most accurate solution.
6. Explore the accuracy of kNN for solving the problem and use the scores from your kNN for the class
competition.
7. Explore scikit-learn (or other libraries) and employ a suite of different machine learning algorithms not yet
covered in class and benchmark against kNN performances.
1
158.755-2025 Semester 1 Massey University
8. Investigate which subsets of features are effective, then build solutions based on this analysis and reasoning.
9. Devise solutions to these machine learning problems that are creative, innovative and effective. Since much of
machine learning is trial and error, you are asked to continue refine and incrementally improve your solution. Keep track of all the different strategies you have used, how they have performed, and how your accuracy has improved/deteriorated with different strategies. Provide also your reasoning for trying strategies and approaches. Remember, you can submit up to four solutions to Kaggle per day. Keep track of your performance and consider even graphing them.
10. Take a screenshot of your final and best submission score and standing on the Kaggle leader-board for both competitions and save that as a jpg file. Then embed this jpg screenshots into your Notebooks, and record your submission scores on the class Google Sheet (to be made available on Stream) where the class leader-boards will be kept.
11. If you are working in pairs, you must explain in the notebook at the in in the Appendix, what was the contribution that each person made to the project.
The Kaggle platforms and the community of data scientists provide considerable help in the form of ‘kernels’, which are often Python Notebooks and can help you with getting started. There are also discussion fora which can offer help and ideas on how to go about in solving problems. Copying code from this resource is not acceptable for this assignment. Doing so can be regarded as plagiarism, and can be followed with disciplinary action.
Marking criteria:
Marks will be awarded for different components of the project using the following rubric:
Component Marks Requirements and expectations
EDA
5
- Breadth: summary stats, class balance, missing‐value and outlier checks, chainage/time trends.
- Visuals: histograms, boxplots, correlation heatmaps, time‐series etc.
- Preparation: imputation or removal of missing data, outlier treatment,
clear rationale where needed.
- Narrative: concise markdown explaining findings and guiding the
modeling choices.
kNN classification
30
- Baseline & Tuning: various values of k and different distance metrics must be benchmarked; report CV mean ± std and final test accuracy and the custom metric used in the competition.
- Leakage Control: ensure no data leakage happens.
- Presentation: table of results (e.g. k vs. accuracy/suitable metric), e.g. plot
of accuracy vs. k, and confusion matrix if appropriate.
- Interpretation: discuss under-/over-fitting as k varies, and justify your
chosen k.
- Leaderboard: only these k-NN results go into the class Google
Sheet.
Classification Modeling (Other Algos)
25
- Model Diversity: at least three algorithm families (e.g. tree-based, linear, kernel); brief rationale for each.
- Tuning: grid or randomized search with CV; report best hyperparameters.
- Comparison Table: side-by-side metrics (accuracy, precision/recall
macro-avg, train time).
- Interpretation: which outperform k-NN and why.
- Note: these results inform your analysis and acquire scores for this
component only but are not entered into the class leaderboard.
Analysis
20
- Design Clarity: presentation and design of all your experiments
- Cross-Validation: choice of testing strategies of all your experiments
- Feature Selection: robustness in feature analysis and selection
- Engineered Features: at least one new feature with before/after
performance across all your experiments.
- Data-Leakage Prevention: explicit note on where and how you guard
against leakage.
2
158.755-2025 Semester 1
Massey University
Kaggle submission score
20
Successful submission of predictions to Kaggle, listing of the score on the class leader-board and position on the class leader-board based ONLY ON THE kNN models.
The winning student will receive full marks. The next best student will receive 17 marks, and every subsequent placing will receive one less point, with the minimum being 10 marks for a successful submission.
An interim solution must be submitted by May 1 and the class leader board document (this Google Sheet link is below) must be updated. This will constitute 10 marks. If this is not completed by this date, then 10 marks will be deducted from the submission score. For this, you must submit a screenshot of your submission date and score.
Use of cluster analysis for exploring the dataset.
Bonus marks will be awarded for exceptional work in extracting additional features
from this dataset and incorporating them into the training set, together with the comparative analysis showing whether or not they have increased predictive accuracy.
Reading Log
PASS
- The compiled reading logs up to the current period.
- The peer discussion summaries for each week.
- Any relevant connections between your readings and your analytical work
in the notebook. If a research paper influenced how you approached an implementation, mention it.
BONUS MARKS
Cluster analysis Additional feature extraction
Google Sheets link url:
max 5 max 5
https://docs.google.com/spreadsheets/d/1CxgPKnIwzakbmliKiz1toatGz45HFQynaLh54RRU2lo/edit?usp=sharing
Hand-in: Zip-up all your notebooks, any other .py files you might have written as well as jpgs of your screenshots into a single file and submit through Stream. Also submit your reading log and extract a pdf version of your notebook and submit this alongside your other files. If, and only if Stream is down, then email the solution to the lecturer.
Guidelines for Generative AI Use on Project 3
In professional practice, AI tools can accelerate workflows. At university, our priority is your own skill development—data intuition, experimental design, critical interpretation, and reproducible code. To support learning without undermining it, you may use generative AI only in a Planning capacity and as described below. Any other use is prohibited.
Permitted Uses
You may consult AI to:
1. Clarify Concepts & Theory
o Background on algorithms, metrics, or data-science principles.
▪ “How does k-NN differ from logistic regression?”
▪ “What are common sources of data leakage in time-series classification?”
2. Plan & Critique Experimental Design
o Feedback on your pipeline, methodology, or evaluation strategy—without generating
code.
▪ “Does stratified vs. time-aware CV make sense for TBM data?” ▪ “What should I watch for when scaling sensor readings?”
3. Troubleshoot & Debug
o High-level debugging hints or explanations of error messages—provided you write and
3
158.755-2025 Semester 1 Massey University
test the code yourself.
▪ “Why might my MinMaxScaler produce constant features?”
▪ “What causes a ‘ValueError: Found input variables with inconsistent numbers
of samples’?”
4. Explore Visualization Ideas
o Suggestions for effective plots or comparison layouts—without copying generated code or images.
▪ “How best to show feature-importance rankings in a table or chart?”
▪ “What are clear ways to compare accuracy vs. k in k-NN?” 5. Engage Critically with Literature
o Summaries of academic methods or alternative interpretations—integrated into your own reading log.
▪ “What are alternatives to ANOVA F-tests for univariate feature selection?” ▪ “How do researchers validate time-series classifiers in engineering?”
Prohibited Uses You must not:
• Paste AI-generated code or snippets directly into your notebook.
• Prompt AI to solve assignment tasks step-by-step.
• Paraphrase AI outputs as your own original work.
• Submit AI-generated analyses, interpretations, or visualizations without substantial
independent development.
If you have any questions or concerns about this assignment, please ask the lecturer sooner rather than closer to the submission deadline.
4
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做 ds 3003、代写 c++,java...
2025-05-03
代做program、代写python设计程...
2025-05-03
program 代写、代做 c++语言程...
2025-05-02
代做 cs2435、代写 c++,pytho...
2025-05-02
代做 progeam、代写 java/pyth...
2025-05-02
代做 ece391、代写 python/jav...
2025-05-02
代做 inft1032、代写 sql 程序...
2025-05-02
代写inft1004、代做python编程...
2025-05-02
can202代做、代写matlab设计程...
2025-05-02
代做operations strategy acro...
2025-05-01
代写sat 301 final year proje...
2025-05-01
代写elec/xjel3430 digital co...
2025-05-01
代写gpf104: game production ...
2025-05-01
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!