Coder Social home page Coder Social logo

communication's Introduction

Communication Team

The scikit-learn Communication Team helps with outreach and communication for scikit-learn.

Request to Share Content

Please add requests for sharing content on scikit-learn social media to the Issues section. Please add a The Communications Team will review and schedule content accordingly.

Examples of content we can share:

  • New features
  • Significant pull requests that have been merged
  • Contributor updates
    • Conference talks
    • Webinars
    • Blogs
    • Awards

Request for Social Media Card Design

Please add request for Social Media cards and GIFs to the Issues section. Tag these requests with "Design".

communication's People

Contributors

gaelvaroquaux avatar laurburke avatar reshamas avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

zahidsqldba07

communication's Issues

Creating a Mastodon account

Given the recent news and the philosophy of Mastodon. We discussed the possibility of creating a Mastodon account for scikit-learn with @ogrisel. What do you think about it?

Branding Guidelines

How to communicate about scikit-learn.

Will include information on:

  • Logos
  • Brand colors
  • Background info
  • How/when you can use the scikit-learn brand

Contributor and Team Member Feature Series

While our audience is familiar with the scikit-learn package, it'd be great to help them put faces to the names of those who make it all possible!

I'll be creating a short survey and a fun Gif template for us to promote on social. Participation is optional, but encouraged for well-deserved recognition!

No test scores when using Pipeline in GridSearchCV

mix_params = {
    'onehot__max_categories': [3, 6, 9, 12],
    'rf__n_estimators': [10, 20],
    'rf__max_depth': [2, 5],
    'rf__min_samples_split': [2, 5],
    'rf__min_samples_leaf': [2, 5],
    'rf__max_features': ['auto', 'sqrt', 'log2', None],
    'rf__bootstrap': [True, False]
}

pipe = Pipeline([
    ('onehot', OneHotEncoder(sparse_output=False)),
    ('rf', RandomForestClassifier(random_state=42))
])

model = GridSearchCV(pipe,
                     param_grid=mix_params,
                     scoring=['roc_auc', 'accuracy', 'recall', 'precision'],  
                     refit='accuracy',
                     return_train_score=True,
                     cv=5, n_jobs=1)

model.fit(X, y)

model.cv_results_['mean_test_accuracy']

In this case, a Pipeline is used in GridSearchCV. but model.best_score_ and model.best_index_ are nan and 0, which means all testing scores are NaN, is anyone know how is this happening and how to fix?

social media post request: "Contributor Diversity and Retention" (CDR)

Ref

See Arliss email dated 2022-02-11 with subject "[CDR] Outreach for Interview Participants"

Request

Could you please reach out to your contributor community to ask if anyone is interested in participating in an interview. Here is the “Participant Interest” form to capture people’s contact information.

I’ve attached a couple of documents to help you with this …

Sample text that you can either copy and paste directly or adapt to best suit your contributor audience.
A copy of the questions that are included in the “Participant Interest” form.

Feel free to use our text or craft something of your own, and include the form link**

International Days and Weeks 2022

Here is a list of international days and weeks that can be good opportunities to convey related and specific messages to a broader audience using dedicated #.

The structure of this issue is:
Month

  • Date - Name of the Day - Ideas for a communication

April

May

June

October

November

December

Update the wikipedia pages of scikit-learn

We could probably improve the scikit-learn wikipedia pages in terms of update and structure/content.

Why?

  • I reckon it is a very important place for people don't knowing much about scikit-learn and I am sure we can do better
  • I believe we could also better emphasize on the packaging and maintenance efforts.
  • We could talk more about the community and its governance, give some key figure...

Action: Having in mind the different persona of readers, I think we could also come up with a new plan and structure with high to low level of information granularity.

Improve the place-holder page at the ".com" domain

I have added a very pretty basic page to give a warning for people visiting our ".com" domain, rather than the ".org" domain (purposely not linking here, to avoid increasing the page rank of this page):
https://github.com/scikit-learn/scikit-learn.com

I used a very basic and empty hugo theme. My gut feeling is that we want very little here because we do not want people to link here. For this reason, I did not do a redirect in any way.

The number one purpose of owning this domain name is to avoid typosquatting on it.

I think that the comm's team should have a quick look to decide whether my work is good enough (in which case: close this issue), or whether it should be improved (in which case: work on the corresponding repo)

Promote series of tutorials on text analytics

For twitter:

Did you know you can do NLP with scikit-learn? Learn the basics of text vectorizers with this mini tutorial (1/3)

https://scikit-learn.org/dev/auto_examples/text/plot_hashing_vs_dict_vectorizer.html


Learn the basics on classification of text documents with this mini tutorial (2/3)

https://scikit-learn.org/dev/auto_examples/text/plot_document_classification_20newsgroups.html


Learn the basics of text documents clustering with this mini tutorial (3/3)

https://scikit-learn.org/dev/auto_examples/text/plot_document_clustering.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.