Amy Seo

Results 9 issues of Amy Seo

Hello @chaoyanghe, I am not sure how I can upload multiple vertically partitioned dataset. I have two datasets with one with data+ label and another only with data of different...

enhancement
question
TODO features

Hello, Would I be able to run a custom ML model within FedML ?

### What is your question? Does Flower support vertical federated learning? Is there any example available ?

question

Hello, What are the available metrics for early stopping in Logistic Regression model ? Do we currently have 'AUC' and 'ks' only ?

Hello, I wonder if there is any way to export the prediction scores in the column-based format. For example, FATE data output gives me {'0': 0.01108020544052124, '1': 0.9889197945594788}, but is...

Hello, Are the example datasets provided in FATE (i.e. breast cancer, vehicle scale, motor etc.) artificial dataset or do they have a source ?

Hello, When I run Homo-LR, there is no evaluation result nor data output on the host side. You can reproduce this by running **pipeline-homo-lr-one-vs-all.py** import argparse import json from pipeline.backend.pipeline...

Hello, This is a follow-up on "Homo Feature Selection ? #4909" I opened earlier. I asked how to implement feature selection in homogeneous mode. I was told that Feature Selection...

Hello, I am wondering if there is a way to perform Homo Feature Selection on Horizontal Learning models. I am currently working on "epsilon_5k" homo data, and I want to...