sai
sai
``` import xgboost as xgb from sklearn.multioutput import * from sklearn.datasets import * params = {'num_parallel_tree':2, 'n_estimators': 1000, 'booster':'gbtree', 'early_stopping_rounds':2, 'n_jobs':4} clf = xgb.XGBClassifier(**params) x, y = make_multilabel_classification(n_features=5,n_samples=50, n_classes=5, n_labels=2)...
5 years data is obviously not enough for a strict testing. for example, I have a strategy, which is profitable in recent 5 years, but not very good in 2015,...
hope grpc+FlatBuffers can be supported, thanks !
I guess the _internal_name "regex_term" is not right, according to the official manual, the filter name should be "regexp"
libname = ctypes.util.find_library('magic') or ctypes.util.find_library('magic1') should add ctypes.util.find_library('msys-magic-1.dll')
``` const boa = require('@pipcook/boa'); const { bytes } = boa.builtins(); async function sleep(ms){ const delay = ms => new Promise(resolve => setTimeout(resolve, ms)); await delay(ms); } async function test(){...
Just a suggestion. There are many new framework these years, is there possible to add them into Comprehensive Functionality table to compare? like: https://github.com/OpenRL-Lab/openrl https://github.com/opendilab/DI-engine https://github.com/vwxyzjn/cleanrl https://github.com/AI4Finance-Foundation/ElegantRL In the other...
I don't want to start server directly, I need "application" variable to do with other lib, for example:gevent. I just don't want to modify its source, so could you update...
for example: open cmd, input "start www.google.com" in IE10 and IE11, passthruapp can not get first request notification in any callback (start, BeginningTransaction, OnResponse...)