Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-11-29 | 5.4 kB | |
v0.4.0 - Close to a beta! source code.tar.gz | 2022-11-29 | 361.4 kB | |
v0.4.0 - Close to a beta! source code.zip | 2022-11-29 | 399.1 kB | |
Totals: 3 Items | 765.9 kB | 0 |
What's Changed
- Changed flex_model to flex_models. by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/37
- Flex 52 renombrar flex pool manager a flex pool by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/36
- Added defaultdict as default value for flex_models. by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/38
- Flex 57 finalizar la implementacion de la funcion map procedure by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/39
- added check to ensure that every node with data or models also has a role by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/40
- Documentation added to some FlexPool methods. by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/42
- added requirement of providing models for all clients, even if the do not have one by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/41
- Flex 59 documentar nuevas funciones by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/43
- added len property to flexpool by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/44
- Filter method changed by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/45
- fixed some funny bugs in map_procedure by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/46
- Flex 64 error el federar los datos si solo tienen una sola caracteristica by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/48
- fix linter? jajaj by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/49
- remove names from X_data and y_data, improve iteratable interface and… by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/50
- Flex 66 enable servers to init their models by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/52
- Flex 67 arreglar map en flex dataset para que no de errores by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/53
- Add clustering functionality, missing documentation by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/54
- Flex 50 definir primitivas de comunicacion entre actores by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/55
- Added some comments on a new notebook. Still needs further work by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/56
- rename from_config functions and improve notebooks which federate data by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/57
- Flex 77 crear nueva carpeta de tests para los datasets by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/58
- add small test for most of the data loading functions by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/61
- Flex 79 generalizar funciones primitivas by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/60
- refine decorators so they behave like primitives by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/62
- Flex 84 modificar flexmodel para mejorar su utilidad by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/63
- add evaluate server model decorator by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/64
- Added some Pluggable datasets for the HuggingFace Hub. by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/65
- Flex 86 solucionar que flexpool.map devuelva muchos none by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/66
- Flex 85 implementar ejemplos básicos federados con sklearn by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/67
- Added new flex_primitives. Still need tests for the PyTorch functions… by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/68
- fix multiple bugs by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/69
- Flex 88 anadir federated mnist y primitivas de descarga by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/70
- Improve from_config and add group by feature, everything is untested by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/71
- Add multilabel support with test by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/72
- Flex 91 anadir celeb a federado y sentinent 140 federado by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/74
- Flex 72 hacer notebooks federados de clasificacion de imagenes mnist tensorflow by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/73
- Refactoring: Changed class names and files names for a better by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/75
- Refactoring by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/76
- Split FlexRole, FlexRoleManager and FlexActors into different files. by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/77
- Changed imports in the Notebooks to adapt them to the new structure. by @AlArgente in https://github.com/FLEXible-FL/FLEX-framework/pull/79
- initial version by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/78
- FLEX-97-crear-metodos-to-framework-en-la-clase-dataset by @xehartnort in https://github.com/FLEXible-FL/FLEX-framework/pull/80
Full Changelog: https://github.com/FLEXible-FL/FLEX-framework/compare/v0.2.0...v0.4.0