Skip to content

Fairlearn #6539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 63 commits into from
May 11, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
96ac1ea
same as last commit message
Jun 13, 2022
88eb579
using xiaoyun\'s .rows.gropy() implementation method for the ByGroup(…
Jun 15, 2022
6dad117
adding the regression catalog
Jun 21, 2022
f76e866
added the fairlearn extension
Jun 21, 2022
61956ab
Fixed the dataframe column adding bug; added unit testing
jordi1215 Jun 22, 2022
56ea872
Added a Metric Test; Added difference between groups in regression
jordi1215 Jun 23, 2022
bac073d
Added more metrics to the regression
jordi1215 Jun 23, 2022
16aedd8
RMS and MSE support
jordi1215 Jun 23, 2022
b626f67
Moment and UtilityParity
jordi1215 Jul 6, 2022
707cfdc
Demographic Parity initial unit tests passed
jordi1215 Jul 7, 2022
99a0f4c
update
LittleLittleCloud Jul 8, 2022
9681062
Merge pull request #2 from LittleLittleCloud/u/xiaoyun/addBinaryClass…
jordi1215 Jul 9, 2022
77db51c
Added the rest of the binary metrics at byGroup()
jordi1215 Jul 14, 2022
cc383e7
Fixed a typo in the comment
jordi1215 Jul 19, 2022
e0d4769
Started on GridSearch, finished implementing the first approach to ca…
jordi1215 Jul 19, 2022
048eaa8
Turned the moment class to an abstract class
jordi1215 Jul 27, 2022
e2e0352
Added signed weights, fixed ordering in Gamma
jordi1215 Jul 27, 2022
be1919d
Added assembly reference for the AutoML to gain access to different m…
jordi1215 Jul 27, 2022
c690290
fix sensitive feature column name bug, change default value for grid …
jordi1215 Jul 27, 2022
426385f
Created a trail runner for grid search
jordi1215 Jul 27, 2022
a9f07a9
Added AutoMLExperimentExtension to enable AutoML methods on gridsearch
jordi1215 Jul 27, 2022
168a808
Added row item lookup by columnname
jordi1215 Aug 3, 2022
4514678
Revert "Added AutoMLExperimentExtension to enable AutoML methods on g…
jordi1215 Aug 3, 2022
328f718
made serviceCollection internal to be accessed by AutoML extension in…
jordi1215 Aug 3, 2022
07e2cb0
Updated IMonitor for fairlearn
jordi1215 Aug 3, 2022
b857dc1
added FairnessTrialResulst for fairnessMetric
jordi1215 Aug 3, 2022
debd1e6
Revert "made serviceCollection internal to be accessed by AutoML exte…
jordi1215 Aug 3, 2022
373463e
Added an extension for AutoML experiment
jordi1215 Aug 3, 2022
edf913f
Added a Fairlearn AutoMLTuner
jordi1215 Aug 3, 2022
c633360
updated Project reference
jordi1215 Aug 3, 2022
e21f3f0
added a gridSearch test
jordi1215 Aug 3, 2022
2f4e111
Update BranchInfo.props
jordi1215 Aug 3, 2022
5d297ee
Fixed documentation
jordi1215 Aug 4, 2022
86b9ca4
Update abstract methods
jordi1215 Aug 4, 2022
ecb3ec2
Updated documentation and added the Bound method
jordi1215 Aug 4, 2022
c046e7f
Moved metric related files into the metric folder
jordi1215 Aug 4, 2022
0e0c015
Added user's gridLimit support
jordi1215 Aug 5, 2022
7e34554
Delete GridSearch.cs
jordi1215 Aug 5, 2022
918fdf7
added include Fairlearn.metric
jordi1215 Aug 5, 2022
7c65edb
added binary classification metric tests
jordi1215 Aug 5, 2022
da48433
Merge branch 'main' into fairlearn
LittleLittleCloud Nov 16, 2022
d7c9c77
fix tests
LittleLittleCloud Nov 16, 2022
684f075
Merge branch 'main' into fairlearn
LittleLittleCloud Dec 29, 2022
9c557ed
update
LittleLittleCloud Dec 30, 2022
9867eaf
update
LittleLittleCloud Jan 11, 2023
b965ca1
update
LittleLittleCloud Jan 11, 2023
a684df2
Merge branch 'main' into fairlearn
LittleLittleCloud Feb 9, 2023
3939973
fix build error
LittleLittleCloud Feb 9, 2023
4e9748f
Merge branch 'main' into fairlearn
LittleLittleCloud Apr 20, 2023
6c3ebcc
re-add fsharp test
LittleLittleCloud Apr 20, 2023
a528634
Merge branch 'main' into fairlearn
LittleLittleCloud Apr 20, 2023
e5a9d21
disable fairlearn test in automl as it's too costy
LittleLittleCloud Apr 21, 2023
88efd00
Merge branch 'main' into fairlearn
LittleLittleCloud Apr 24, 2023
5c4b49a
fix build issue
LittleLittleCloud Apr 24, 2023
c4e5f05
fix test
LittleLittleCloud Apr 24, 2023
5eb713a
Update GridSearchTest.cs
LittleLittleCloud Apr 26, 2023
1d883e7
fix comment
LittleLittleCloud May 8, 2023
15dcd71
Merge branch 'fairlearn' of https://github.com/LittleLittleCloud/mach…
LittleLittleCloud May 8, 2023
913e37f
Merge branch 'main' into fairlearn
LittleLittleCloud May 8, 2023
a9bc7e9
fix build error
LittleLittleCloud May 10, 2023
8330edb
capitalize folder name
LittleLittleCloud May 10, 2023
bb23287
fix builderror
LittleLittleCloud May 10, 2023
dda3785
revert change in AutoFit
LittleLittleCloud May 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix build error
  • Loading branch information
LittleLittleCloud committed May 10, 2023
commit a9bc7e976b6d8d9941fea3f68f346bbfa73c4a38
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.ML.AutoML;
using Microsoft.ML.Data;
using Microsoft.ML.Fairlearn.reductions;

namespace Microsoft.ML.Fairlearn.AutoML
{
Expand Down
1 change: 0 additions & 1 deletion src/Microsoft.ML.Fairlearn/AutoML/TunerFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.ML;
using Microsoft.ML.AutoML;
using Microsoft.ML.Fairlearn.reductions;
using Microsoft.ML.SearchSpace;

namespace Microsoft.ML.Fairlearn.AutoML
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.ML.Fairlearn/Microsoft.ML.Fairlearn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IncludeInPackage>Microsoft.ML.Fairlearn</IncludeInPackage>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
</PropertyGroup>

<ItemGroup>
Expand Down
271 changes: 0 additions & 271 deletions src/Microsoft.ML.Fairlearn/metrics/FairlearnMetricCatalog.cs

This file was deleted.

26 changes: 0 additions & 26 deletions src/Microsoft.ML.Fairlearn/metrics/GroupMetric.cs

This file was deleted.

Loading