-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Child] Add docplex to setup.py #32
Comments
gcattan
added a commit
that referenced
this issue
Nov 14, 2023
* Slim vector (#32) * add dependence to imbalanced_learn add example with financial data * print score remove dead code * add patent application number * [pre-commit.ci] auto fixes from pre-commit.com hooks * Update financial_data.py * Update financial_data.py Co-authored-by: fbarroso24 <fbarroso24@gmail.com> --------- Co-authored-by: Gregoire Cattan <gregoire.cattan@ibm.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: fbarroso24 <fbarroso24@gmail.com> * Update Dockerfile * Update financial_data.py * Update Dockerfile * Update examples/other_datasets/financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update examples/other_datasets/financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * - rename file to run on Ci - improve description - add train/test split * [pre-commit.ci] auto fixes from pre-commit.com hooks * - print gridsearch results - missing propagation of X_train/X_test changes * change location of a comment * plot a sample of the epochs * let's try to plot waveforms * [pre-commit.ci] auto fixes from pre-commit.com hooks * - transpose missing - display best csv_results without pandas * correct warning in doc building * standardscaler * [pre-commit.ci] auto fixes from pre-commit.com hooks * small modification * fix doc building * test standardscaler fix on CI * add randomforest * [pre-commit.ci] auto fixes from pre-commit.com hooks * fix features not known * ndstandardscaler * [pre-commit.ci] auto fixes from pre-commit.com hooks * fix signature * - add more variables - improve plot * [pre-commit.ci] auto fixes from pre-commit.com hooks * - add gitignore - fix dockerfile - minor linting * [pre-commit.ci] auto fixes from pre-commit.com hooks * update protobuf * Update examples/other_datasets/plot_financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * declare rf inside pipeline * Update requirements.txt * new implementation of ndstandardscaler * minor improvement of comments * [pre-commit.ci] auto fixes from pre-commit.com hooks * - use stratify - plot the fraud target ERP - use RobustScaler - exclude fraudulent loan from epoch * unsupervised classification with collusion * improve comment * move print of ERP * fix label encoding * plot the two erps on the same figure * Plot ERPs, change some variables. * move ERP plotting to another location * improve display * improve graphics * typo * - Try Tomeklinks - switch to halvinggridsearchcv * Select SALDO_ANTES_PRESTAMO * use balanced accuracy * change balance ratio * small clean-up * [pre-commit.ci] auto fixes from pre-commit.com hooks * lint * [pre-commit.ci] auto fixes from pre-commit.com hooks * fix seaborn version * fix Dockerfile * Update examples/other_datasets/plot_financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update examples/other_datasets/plot_financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update examples/other_datasets/plot_financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update examples/other_datasets/plot_financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update examples/other_datasets/plot_financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update examples/other_datasets/plot_financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update examples/other_datasets/plot_financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update examples/other_datasets/plot_financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update examples/other_datasets/plot_financial_data.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks --------- Co-authored-by: Gregoire Cattan <gregoire.cattan@ibm.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: fbarroso24 <fbarroso24@gmail.com> Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a prerequiste for #27, it is necessary to add
docplex==2.19.202
thesetup.py
file:@toncho11 it is a good first issue, if you want to contribute :)
The text was updated successfully, but these errors were encountered: