-
Hi everyone. I'd like to formalise what features we want for a V.01 release. What I mean by this is, is the first version of GoLearn that is **nearly** ready for production use externally. We'll learn…
-
**Submitting authors:** @czwcandy @tangyl92 @hchqin @billwan96
**Repository:** https://github.com/UBC-MDS/Student_Success_Predict_Group15
**Report link:** https://ubc-mds.github.io/Student_Succe…
-
**Submitting authors:** @beth-ouyang, @arturoboquin, @Prabh95, @weiranzhao97
**Repository:** https://github.com/UBC-MDS/New_Businesses_Survival_Prediction
**Report link:** https://ubc-mds.github…
-
@Ssinha03
1. Decision tree
2. KNN
on both datasets **ds1.pkl** **ds2.pkl** split into **df1_train.pkl** **df1_test.pkl** & **df2_train.pkl** **df2_test.pkl**
-
https://stats.stackexchange.com/questions/189652/is-it-a-good-practice-to-always-scale-normalize-data-for-machine-learning
-
Hello. Firstly, thank you for this great work! I've already had very promising results looking at the "scene" embeddings from these models, and looking to fine tune a model on a new dataset - similar …
-
Hi,
While running the logistic_regression.py test case, I am encountering an error.
**System Information:**
Python=2.7
TensorFlow=1.1.5 (GPU Support)
**Command used:**
`python Tests/logisti…
-
The paper [Fairness Constraints: Mechanisms for Fair Classification](http://proceedings.mlr.press/v54/zafar17a/zafar17a.pdf) by Zafar et al. introduces a constrained learning algorithm for demographic…
-
What can I do when I have more than one observations per individual, i.e., length(y) is greater than the number of row of X
-
what is the impact of using new_coords=1 ?? can someone please explain this concept in detail??
why sigmoid instead of liner activation function before yolo layer??