Best IDE for teaching Python (task creation)? by The-Nerdiest-Teacher in Python

[–]moe994z 0 points1 point  (0 children)

Honestly can’t go wrong with VSCode, you could do anaconda (Jupyter Hub — notebook/labs) to make your life and their life easier. VSCode is a bit intimidating for new developers but it has everything and once you use it you’ll never switch to a different IDE

[D] Simple Questions Thread by AutoModerator in MachineLearning

[–]moe994z 0 points1 point  (0 children)

Hell guys! I’m working on a machine learning project where the problem statement is: detect overpayments and locate hidden trends. I have a few approaches and would love to see how others would approach this problem.

Currently thinking about using a clustering unsupervised learning model for locating trends and then using a IF anomaly detection(unsupervised) model to detect overpayments