-
I might have missed the `pos_label=0` in some of my programs. This would lead to incorrect results.
```python
print(f1_score(test_y, predicted_y, pos_label=0))
```
TODO: Check the programs whe…
-
The difference between all distance algorithms?
What use case will hv different result?
Most case seem result ?
-
Fix all of the future/deprecations warnings currently present:
**Done (#202, #211):**
- [x] Fix `MarkerStyle(None)` deprecation in matplotlib by replacing it with `MarkerStyle('')`
- [x] Replace…
-
Update Code
-
Good job! Here are my feedbacks for milestone 1 assessment.
3. Project proposal: reasoning
You might need to pay more attention to these parts:
- "Clearly state the research question and any natu…
-
I'll start working on adding literature background to all of the existing models (ref https://github.com/FluxML/model-zoo/issues/312). Then, we can move on to working on creating a standalone site to …
-
How to mitigate bias in the SVC classifier using AdversarialDebiasing (in-process bias mitigation) method?
In the documentation, it seems that it learns its own classifier. So how to load our own spe…
-
Just like [sklearn's precit_proba(X)](http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html#sklearn.linear_model.LogisticRegression.predict_proba), [Dask's docu…
-
> 제가 자주 사용하는 Spark 라는 Framework를 소개해보았습니다.
> 이전 글들과는 다르게 사용해보시지 않으셨으면 조금 어려울 수도 있는 내용이 많습니다.
> 혹시나 관심있어서 들어오셨는데, 내용이 부실하여 이해가 잘 안되신다면 편하게 코멘트 부탁드립니다~
> 피드백은 언제나 환영입니다. 👋
![쉐보레 스파크](https://gith…
-
It feels uncomfortable that prediction on test data shows better performance.
There is two scenarios:
1. There is a chance of overfitting. I may have to reduce the number of variable size(mtry) to …