Open
Conversation
cadauxe
added a commit
that referenced
this pull request
Apr 8, 2025
* refactor: update to python3.9 & otb 8.0.1 * refactor: add missing configuration file * wip : start json file as parameter. * refactor: json files as input parameters * refactor: json as parameter * refactor: paths as parameters * add tests * test: add asserts to tests * test: add tests docstrings * doc: start adding doc * bug + doc: add Montreux tutorial * test: bug add missing directory and remove hard coded path * style: add headers * doc: update install documentation * test: add asserts * CI: add ci * update CI * Update build_and_test_app.yml * CI: add ci * CI: add ci * feat : added random forest with scikit * feat : added svm with scikit * feat : added classif algos * feat : added scikit test * feat : change for CI run * feat : WIP user primitive * feat : tests are working * feat : cleaning * feat : WIP test user_module * feat : test user_prim pass * docs : cleaning * feat : update CI * CI: update * feat : update for CI * feat : add libs to requirements.txt * feat : add libs to requirements.txt * feat : update CI * feat : update CI * feat : update CI * feat : update CI * feat : update CI * doc : added doc * doc : added doc * doc : updated doc * feat : update requirement.txt * feat : update for CI * feat : error prim does not exist * feat : test if scikit model * feat : corrected typos in notebook * feat: start adding pydantic BaseModel * feat: use pydantic models in alcd lib * feat : added pydantic params and random for OTB * feat : added pydantic in requirements.txt * feat : updated param files for montreux.ipynb * doc : updated montreux.ipynb * refact: move random seed parameters in TrainingParameters class * enh: add conda env yml file * refact: remove invitation to copy call * add readthedocs cfg file --------- Co-authored-by: Arthur VINCENT <arthur.vincent@csgroup.eu> Co-authored-by: cadauxe <ema.cadaux@cs-soprasteria.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added scikit-learn classification algorithm and user primitives