tuckergol / student2

MIT License
0 stars 0 forks source link

Data Structures Write-Up | Tucker’s Blog #24

Open utterances-bot opened 2 months ago

utterances-bot commented 2 months ago

Data Structures Write-Up | Tucker’s Blog

Write-Up for Data Structures project.

https://tuckergol.github.io/student2/2024/04/15/Data_Structures_Write-Up_IPYNB2.html

sfremy commented 2 months ago

Collections - VSCode excerpts and generated SQLite table are correctly formatted. Lists & Dictionaries - Shows extraction of local variables in debug window correctly. APIs & JSON - All requests are shown. Handling for each request is appropriate for the design situation. Shows success/failure in Postman. Frontend - Requests appear to function and JS backend seems functional. However, the frontend appearance doesn't change (as I presume is the intention). Assessment: Largely satisfactory. 1.8/2

tuckergol commented 2 months ago

Note: I reviewed this write-up individually with Mr. Mortenson before reviewing in pairs was necessary. I took his feedback and remade (and am still improving the contents of) my CPT project/feature, so far cleaning up many of its old problems and reworking some code/systems as a whole.

This write-up has been redone to match present project reform based on feedback. I decided to take advantage of the new due date and adapt the write-up according to feature improvement.

sfremy commented 2 months ago

Revised: Collections - VSCode excerpts and generated SQLite table are correctly formatted. Lists & Dictionaries - Shows extraction of local variables in debug window correctly, though the dictionaries are body requests and not internal variables. APIs & JSON - All requests are shown. Handling for each request is appropriate for the design situation. Shows success/failure in Postman. However, iteration is absent. Frontend - Requests appear to function. However, visual results (besides popups) are not shown. Algorithms - Model seems reasonable and csv cleaning is there. However you are missing your explanations for regression/decision tree. Assessment: Mostly satisfactory. 8.9/10

tuckergol commented 2 months ago

You can view my old (outdated, unrevised) write-up here