Sean Owen

Results 5 issues of Sean Owen

Address / city / state / postal code and so on are supposed to be separated in MECARD and vCard, by comma and semicolon, respectively. The code right now doesn't...

bug

Quoting from the mailing list: ``` I meet a problem when running batch layer. I write a batch layer LRScalaUpdate with scala extends MLUpdate, override buildModel() and evaluate() method. then...

bug
BatchLayer
MLTier

This simple example: ``` from sklearn.linear_model import LogisticRegression from modAL.models import ActiveLearner X = pd.DataFrame([[1],[2],[3]]) y = pd.Series([True, False, False]) my_learner = ActiveLearner(estimator=LogisticRegression(), X_training=X, y_training=y) df = pd.concat([X]*2000) query_idx, _...

I'm trying to get javadoc 8 to be happy with the output of genjavadoc for Apache Spark. A lot works; I've noticed a few issues though. javadoc 8 treats a...

enhancement

We need to adjust the batch size guidance after all - looks like there are some big inputs late in the epoch

documentation