I hereby claim:
- I am tarikd on github.
- I am tarik (https://keybase.io/tarik) on keybase.
- I have a public key whose fingerprint is AC88 1035 0712 0DC9 1AC3 91A0 19D3 76BD 25BA DC99
To claim this, I am signing this object:
| import numpy as np | |
| from sklearn.ensemble.forest import _generate_sample_indices | |
| __all__ = ["calc_inbag", "random_forest_error", "_bias_correction", | |
| "_core_computation"] | |
| def calc_inbag(n_samples, forest): | |
| """ | |
| Derive samples used to create trees in scikit-learn RandomForest objects. |
I hereby claim:
To claim this, I am signing this object:
| # -*- coding: utf-8 -*- | |
| from flask import Flask, request, render_template, current_app | |
| from flask_wtf import Form | |
| from wtforms.validators import DataRequired | |
| from wtforms import SelectField, SelectMultipleField, SubmitField | |
| app = Flask(__name__) |