machinelearning/src/Microsoft.ML.FastTree
Eric StJohn f22b60aa9a
Packaging cleanup (#6939)
* Packaging cleanup

Originally I was just trying to remove mentions of snupkg, but then
things got a bit carried away. :)

This is trying to remove as much duplication and dead code related to
packaging that I can.

* Apply code review feedback

* Suppress copying indirect references

* Remove unwanted bundled files from AutoML

* Remove leading slash

* Refactor model download

* Correct the packaging path of native symbols

* Rename NoTargets projects from csproj to proj

* Fix build issues around model download and respond to feedback

* Remove NoTargets file extension enforcement

* Rename proj to CSProj, include in SLN

I'd like to ensure all our projects are included in the SLN and don't
rely on separate build steps.

VS prefers *.csproj in the sln so I renamed things back to csproj.

* Respond to PR feedback
2024-02-27 16:05:43 -08:00
..
BinFile Run formatting on src projects (#5937) 2021-10-04 16:09:00 -07:00
Dataset dotnet format/spellchecking (#5988) 2021-11-04 21:48:50 -07:00
Properties Onedal algorithms backed by nuget packages (#6521) 2022-12-21 12:54:13 -08:00
Training dotnet format/spellchecking (#5988) 2021-11-04 21:48:50 -07:00
TreeEnsemble Onedal algorithms backed by nuget packages (#6521) 2022-12-21 12:54:13 -08:00
Utils dotnet format/spellchecking (#5988) 2021-11-04 21:48:50 -07:00
BoostingFastTree.cs Run formatting on src projects (#5937) 2021-10-04 16:09:00 -07:00
FastTree.cs Add option to skip PrintMemoryStats in FastTree (#6359) 2022-10-12 13:08:56 -07:00
FastTreeArguments.cs Add option to skip PrintMemoryStats in FastTree (#6359) 2022-10-12 13:08:56 -07:00
FastTreeClassification.cs dotnet format/spellchecking (#5988) 2021-11-04 21:48:50 -07:00
FastTreeRanking.cs dotnet format/spellchecking (#5988) 2021-11-04 21:48:50 -07:00
FastTreeRegression.cs Run formatting on src projects (#5937) 2021-10-04 16:09:00 -07:00
FastTreeTweedie.cs Run formatting on src projects (#5937) 2021-10-04 16:09:00 -07:00
GamClassification.cs Misc misspellings (#4642). Fixes #4638 2020-01-13 14:11:18 -08:00
GamModelParameters.cs Typo corrections (#4885) 2020-02-25 22:13:55 -08:00
GamRegression.cs Added onnx export status for all estimators and trainers (#4593) 2019-12-26 10:12:46 -08:00
GamTrainer.cs dotnet format/spellchecking (#5988) 2021-11-04 21:48:50 -07:00
Microsoft.ML.FastTree.csproj Packaging cleanup (#6939) 2024-02-27 16:05:43 -08:00
RandomForest.cs Run formatting on src projects (#5937) 2021-10-04 16:09:00 -07:00
RandomForestClassification.cs fixes one dal dispatching issues (#6547) 2023-01-24 11:52:55 -08:00
RandomForestRegression.cs fixes one dal dispatching issues (#6547) 2023-01-24 11:52:55 -08:00
RegressionTree.cs Support for Categorical features in CalculateFeatureContribution of LightGBM (#5018) 2020-04-21 15:06:22 -07:00
SumupPerformanceCommand.cs Typo corrections (#4885) 2020-02-25 22:13:55 -08:00
TreeEnsemble.cs More namespace alignment (#2724) 2019-02-26 15:57:21 -08:00
TreeEnsembleFeaturizationEstimator.cs dotnet format/spellchecking (#5988) 2021-11-04 21:48:50 -07:00
TreeEnsembleFeaturizationTransformer.cs Run formatting on src projects (#5937) 2021-10-04 16:09:00 -07:00
TreeEnsembleFeaturizer.cs dotnet format/spellchecking (#5988) 2021-11-04 21:48:50 -07:00
TreeTrainersCatalog.cs Run formatting on src projects (#5937) 2021-10-04 16:09:00 -07:00
doc.xml Typo corrections (#4885) 2020-02-25 22:13:55 -08:00