-
I'm running on OS X 10.10.3, with Anaconda.
conda info -a
Current conda install:
```
platform : osx-64
conda version : 3.14.1
```
conda-build version : 1.11.0
python version :…
-
https://github.com/tmbdev/teaching-dca
Thomas_Breuel 开授的课程
1.转换成pdf
2.pdf转换成html
3.翻译
-
Dear Developers:
Deslib package is a really excellent framework which could be used by researchers and scientists and contributory to the community. But I have a few questions revelant to KNN in thi…
-
Please try to optimize the KNN Classifier, one suggestive improvement is to process data in batches. Also, the sorting is done for every test point, which is resource-expensive, just have a look if it…
-
### Has this already been reported?
- [X] This is a new bug!
### Expected behaviour
Should be `predict_proba` not `predict_scores`.
### Observed behaviour
https://github.com/eonu/sequentia/blob/b…
eonu updated
7 months ago
-
**Submitting authors:** @roanraina @austin-shih @mehdi-naji @florawendy19
**Repository: https://github.com/UBC-MDS/diabetes_prediction**
**Report link: https://github.com/UBC-MDS/diabetes_predict…
-
### ML-Crate Repository (Proposing new issue)
:red_circle: **Project Title** : Airbus Ship Detection
:red_circle: **Aim** : This project will help us in detecting the airbus ship using the dataset g…
-
## Description
- assignment1 에서의 kNN classifier 구현 코드를 작성한다.
## TO DO
- [x] L2 distance를 이용한 kNN 구현
- [x] Inline question 풀기
- [x] cross validation 구현
-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
Flask code
```
from flask import Flask, render_template, request
import pickle
from model import *
import pandas as pd
from sklearn.feature_extraction.text import TfidfVectorizer
from nltk.c…