cyrilmyself

Results 8 issues of cyrilmyself

As i questioned before https://github.com/facebook/Ax/issues/1812; i need to use FixedNoiseGP model; ``` import numpy as np import pandas as pd n_users = 20 n_control = n_users // 2 n_test =...

question

i want to implement MAB with AX; i have read the Factorial design with empirical Bayes and Thompson Sampling; If my experiment is not factorial,just a list of strategy; how...

question

i am using DML to inference, the DML model has finished, but what interpret the model, some error occured as followed: InvalidParameterError: The 'criterion' parameter of DecisionTreeRegressor must be a...

1、when i use Ax‘s bayesian optimization to search the good parameters,i found a set good parameters like {"actionShortUnInterestW":13.260257,"actionFollowShortInterestW":7.287298,"actionShortInterestW":7.512222},and the metric behaved good like {"metric1": +2.33%, "metric2":+1.58%, "metric3":+1.88%},but when i set...

question

boot_strap(func='quantile('numerator', level=0.5)', resample_frac=1, n_resamples=10000),这样使用报错了,

感觉example写的太少了,不会使用。另外没找到quantile_test的代码